Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Any consideration of supporting Java Platform Extension #709

Open
gayanper opened this issue Apr 4, 2024 · 1 comment
Open

Comments

@gayanper
Copy link

gayanper commented Apr 4, 2024

Given that oracle is now releasing a vscode extension with thin Netbeans LS module, is there a plan to change this extension so that it can either run this JDT.LS or NB.LS by providing the shim layer to convert the expectations of JDT.LS from NB.LS ?

@angelozerr
Copy link
Contributor

Switching to NB LS means re developping all our services which collect informations like scanning all java classes from rhe classpath project to collect and compute properties used for complétion validation etc in the application.properties which is a very long task.

We did that for IntelliJ and it is a really long task.

As our team is working hard on JDT LS we don t see any value for us to do that.

However as microprofile ls is not linked to jdt it should be possible to do that since we use microprofile ls in IntelliJ where we have implemented services with IntelliJ PsiFile instead of JDT ICompilationUnit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants