Adding MATLAB LSP support for Emacs (using lsp-bridge mode)
Install server If you don’t have node and npm installed, install them first. Then, build the matlab LSP language server as follows:
1 2 3 git clone https://github.com/mathworks/MATLAB-language-server cd MATLAB-language-server/ npm install && npm run compile && npm run package After your installation, you need to keep this MATLAB-language-server/ for you use of LSP langserver in Emacs.
MATLAB langserver json config 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 { "name": "matlab-ls", "languageId": "matlab", "command": [ "/usr/local/bin/node", "/Users/zyue/Programs/LSP/MATLAB-language-server/out/index.