You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is meant to cover the necessary bits to facilitate integration of JDT-LS in Eclipse IDE as a process, allowing it to coexist with JDT-UI, yet to be usable in Generic Editor. The fun is that Eclipse IDE becomes both the backend and the client.
The goal is to evaluate how we could progressively replace parts of JDT-UI by usual LSP stack, while still allowing deep integration with Eclipse JDT Core in the UI for operations that LSP cannot cover as well.
For some of them, we may consider factorizing the customization in some "org.eclipse.jdt.ls.runInEclipse" system property that would be set to true by the Eclipse IDE client and would then skip the specific handling for data that is already exposed natively by Eclipse.
The text was updated successfully, but these errors were encountered:
This is now resolved, eclipseide-jdtls integration uses the vanilla JDT-LS from its snapshots p2 repository and works decently enough to be an encouraging alternative to JDT editor.
This issue is meant to cover the necessary bits to facilitate integration of JDT-LS in Eclipse IDE as a process, allowing it to coexist with JDT-UI, yet to be usable in Generic Editor. The fun is that Eclipse IDE becomes both the backend and the client.
The goal is to evaluate how we could progressively replace parts of JDT-UI by usual LSP stack, while still allowing deep integration with Eclipse JDT Core in the UI for operations that LSP cannot cover as well.
Known related issues and PRs
For some of them, we may consider factorizing the customization in some "org.eclipse.jdt.ls.runInEclipse" system property that would be set to
true
by the Eclipse IDE client and would then skip the specific handling for data that is already exposed natively by Eclipse.The text was updated successfully, but these errors were encountered: