-
-
Last meeting we discussed the idea of implementing support more robustly via a language server. This seems like a great idea: the specification for codes is very simple, and this is exactly the use ca…
-
Thanks to Microsoft's language server protocol there are tons of opensource implementation of [LSP ](https://langserver.org/) in other languages (there are even two implementations for python).
I w…
-
The VIM tool is useful, but without a language server we can't really integrate this with a modern IDE like Eclipse.
-
Part of open-component-model/vscode-ocm-tools#3.
The language server would allow for intellisense features for OCM components.
-
Whenever I start VS Code, I receive these error messages:
![Screenshot 2024-08-05 at 2 26 18 PM](https://github.com/user-attachments/assets/8189af9e-390b-463d-bdf0-db6d0af1dd7b)
If I click the "…
-
### Description
On Ubuntu, I'm getting some notifiactions about `Language Server for GML has been restarted` and after some time info, that it crashed 3 times, so will be no no longer restarting.
###…
-
## Language Server 1.0
The current version of the language server (LS) does not have an optimal performance. Back in the days it was built with the different requirements in mind, and can be implemen…
-
[LuaLanguageServer](https://github.com/LuaLS/lua-language-server) provides a system of [annotations](https://luals.github.io/wiki/annotations/) to make lua code safer and easier to read and write
…
-
Many queries about extensions are talking about language specific features, such as code completion, syntax highlighting (errors on the fly, not just at compile time), and so on.
See this reply: ht…