redhat-developer / eclipseide-jdtls

A language server client for Eclipse using JDT-LS
MIT License
11 stars 5 forks source link

Doesn't work for java files in non-JDT projects #3

Open mickaelistria opened 1 year ago

mickaelistria commented 1 year ago

A file that is in the workspace but in a project not using Java nature doesn't have LS working.

mickaelistria commented 1 year ago

https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/2823 will probably improve, or even completely fix, that.

mickaelistria commented 1 year ago

With https://github.com/eclipse-jdtls/eclipse.jdt.ls/pull/2823 merged, we now get document symbols, completion, documentHighlight and some other features working for external files (but not for .java files in workspace, not in a JDT project).