Replies: 3 comments
-
Therefore,are you succeed? Can you tell me how to configure matlab-ls? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just created an issue and recorded my attempts so far: #8947. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Now the problem is resolved. Please see the discussion in #8947. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to get the official MATLAB LSP setup (https://github.com/mathworks/MATLAB-language-server). Though it officially only supports VScode, it appears to work with Neovim (https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#matlab_ls), so I have been trying to get it to work in Helix.
I have zero experience with Typescript and Javascript, and I am struggling to get "matlab-language-server" as a runnable command. I have it installed via
npm install -g
and I can see the package show up vianpm list -g
. Has anyone tried to get this LSP working with Helix, or has any pointers on how to properly compile this.Beta Was this translation helpful? Give feedback.
All reactions