easy-yapi icon indicating copy to clipboard operation
easy-yapi copied to clipboard

resolveProperty = true 和 resolveMulti 的作用

Open gghxjava opened this issue 1 year ago • 2 comments
trafficstars

image

resolveProperty = true 和等于false有何区别

image

这个不同的枚举 又有什么区别呢 大佬 可以解答一下我的疑惑吗

gghxjava avatar Jan 29 '24 04:01 gghxjava

resolveProperty = true 和等于false有何区别

https://github.com/Earth-1610/intellij-kotlin/blob/c905f2444fa0c712c59cf6ba9f208876957232e1/intellij-idea/src/main/kotlin/com/itangcent/intellij/config/AbstractConfigReader.kt#L149 resolveProperty用于控制是否处理${xxx}, 你截图上的配置里将resolveProperty置为false, 就是为了让插件不要尝试处理${1}

这个不同的枚举 又有什么区别呢

https://github.com/Earth-1610/intellij-kotlin/blob/c905f2444fa0c712c59cf6ba9f208876957232e1/intellij-idea/src/main/kotlin/com/itangcent/intellij/config/AbstractConfigReader.kt#L173

tangcent avatar Jan 30 '24 02:01 tangcent

谢谢大佬 感激不尽

gghxjava avatar Jan 30 '24 08:01 gghxjava