Roland Grunberg
Roland Grunberg
https://github.com/eclipse/eclipse.jdt.ls/pull/2341 is now in JDT-LS so I think this can be closed. The language server uses the system property `jdt.core.sharedIndexLocation` to communicate the location of a shared index location. This...
I don't think the fix for #2861 fixes this issue. Messing with the block definitely affects detecting the references.
Ok, then let's go ahead and update typescript here if that will fix it.
At the very least we should include a setting for this. I'm just wondering whether we can go as far as enabling it by default. We might need to consider...
Searching for partial class names works well as long as you don't use `*` in the serach term. That's still a problem with how VS Code handles the results. I...
In the previous iteration of this PR, we had it set at 2000 (I suspect I saw issues with 1000). However now it's handled by the library so we don't...
This works really well for me with the eclipse.jdt.ls modification to the Shutdown job. I've tried restarting with various launch modes. I noticed that if no server is running (eg....
This may have been related to https://github.com/eclipse-m2e/m2e-core/issues/1099 so if it's still an issue, feel free to re-open. Explanation seems to be that under Eclipse, the JRE used to run the...
There is work to support the `javac` compiler as an alternative that would feed its grammar model directly into the existing API we use (so nearly all features should be...
> what do you think. maybe we can merge this shortly after the release cc @rgrunber this might be of interest for you on jdt.ls side We plan to update...