qinlinwang
qinlinwang
I have the similar problem. I defined a native event (e.g., input) in the emits option: ``` // Home.vue Home component // 为组件的 emits 标注类型 const emit = defineEmits(); function...
> Hmm... I cannot reproduce this unfortunately... When you have properties in yaml and see hovers showing up does the content assist work then? > > I've tried petclinic and...
I specify the path for the jdk17 in the `settings.json`, but it still does't work. ```json "java.jdt.ls.java.home": "/Library/Java/JavaVirtualMachines/jdk-17.0.11.jdk/Contents/Home", "spring-boot.ls.java.home": "/Library/Java/JavaVirtualMachines/jdk-17.0.11.jdk/Contents/Home" ``` If it's because of the JDK, then the properties...
> Okay is the issue that once you type in the `application.properties` file that completion proposals just show up as you type the word `port`? Looks like you expect the...
这是因为当从数据量比较大的页面翻页到数量量比较少的页面,会先触发 onResize。其实在loadingdata的时候是没必要触发resize事件的。把对应的依赖注释掉就可以了 。
> Update: The issue is back after a few minutes of usage, using 0.9.269. Delay is roughly 0.2s between keystroke and output. If I type ~20 letters, delays queue up...
> Thanks for the +1s here all - we've had some other reports of autocomplete freezing JetBrains IDEs as well so my hunch is this is related. Will dig into...