We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is your feature request related to a problem? Please describe.
currently missing the lint and formatter.
Describe the solution you'd like
language server provided a lot of functionalities, so integrate it may make senses.
https://microsoft.github.io/language-server-protocol/implementors/servers/
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Related
https://github.com/FurqanSoftware/codemirror-languageserver
Sorry, something went wrong.
Formatter is reachable from the command palette. But it is quite far from being perfect ;)
Then we need a minimal working example with CodeMirror 6 editor (static html file) connected (via web sockets) to lsp https://github.com/WolframResearch/LSPServer
No branches or pull requests
Is your feature request related to a problem? Please describe.
currently missing the lint and formatter.
Describe the solution you'd like
language server provided a lot of functionalities, so integrate it may make senses.
https://microsoft.github.io/language-server-protocol/implementors/servers/
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: