Sheng Chen

Results 356 comments of Sheng Chen

I have the same problem: ``` [TRACE] initializing all plugins [TRACE] found plugin: cache=default [TRACE] inited plugin: cache [TRACE] found plugin: leetcode.cn=2018.05.30 [TRACE] inited plugin: leetcode.cn [TRACE] found plugin: leetcode=default...

Echo for @skygragon. So far I was just making some workaround to the leetcode-cli in the fork. But it's not recommended to take that fork as a final solution. I'm...

+1 for rust support. @zhangzhishan any updates?

@skygragon Cool! Any plan to release the new version with the Rust support?

Have you tried to create markers to the file that you want to add diagnostics? Here is how JDT.LS convert markers to diagnostics: https://github.com/eclipse/eclipse.jdt.ls/blob/dd610bd7f0adef3fda56a9209f4b5a78e4139725/org.eclipse.jdt.ls.core/src/org/eclipse/jdt/ls/core/internal/handlers/WorkspaceDiagnosticsHandler.java#L200

> showing the same action under different kinds is not an ideal user experience. Different people may have different opinions about UX. Is LSP limit that same code action cannot...

> As stated in [this](https://dzone.com/articles/why-idea-better-eclipse) article about IDEA vs Eclipse, IDEA will only show autocomplete options based on context. > > ```java > List result= new ArrayList(5); > result.add(Integer. //...

Is it possible to provide more detailed steps or a sample project? I tried to trigger a type definition from a class file but didn't observe such NPE.