-
Notifications
You must be signed in to change notification settings - Fork 14
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
Language Server Support #16
Comments
Signed-off-by: Taylor Smock <[email protected]>
I think it makes sense from my PoV. We just would need to make sure that applications using it will have the sdk-extension set and an appropriate |
What do you expect |
Yeah it can be a shell script wrapper and that is fine. It just needs to do the LSP communication over We generally start the language server from the build directory (or maybe source directory, not sure) so it can pick up all the project build/configuration/etc. Also, a symlink to the language server is fine too (assuming it is executable). |
Signed-off-by: Taylor Smock <[email protected]>
This is a bit of a strawman issue, hoping to get some buy-in from openjdk SDK maintainers.
I wrote/maintain GNOME Builder and I'm trying to extend the reach of our out-of-the-box IDE support for more languages. Currently, we have support for
jdtls
, but it would be much more effective for applications that are to be shipped as flatpak's if the language server was bundled as part of the SDK (as we do for many other org.freedesktop.Sdk.Extension.* runtimes).That would allow builder to run
jdtls
(or any other LSP if there is a better choice in the Java eco-system) within the build environment/container/toolbox/etc ensuring more correct completion results and what not.Thoughts?
The text was updated successfully, but these errors were encountered: