-
Notifications
You must be signed in to change notification settings - Fork 275
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
LSP support #369
LSP support #369
Conversation
import org.pkl.commons.cli.commands.single | ||
import org.pkl.lsp.PklLSP | ||
|
||
class LSPCommand(helpLink: String) : |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: LspCommand
would be more consistent with the rest of the codebase (HttpClient
, IoUtils
, ExecutorSpi
, etc.)
b3b2ac1
to
6b45890
Compare
Seems related to #103 |
If you want to try your language server in IntelliJ please try the free LSP support for IntelliJ https://github.com/redhat-developer/lsp4ij |
Closing this as we moved to a separate repo. |
This is an alpha version with limited capabilities.
Implemented:
.
) for now