mathworks / MATLAB-extension-for-vscode

This extension provides support for editing MATLAB® code in Visual Studio® Code and includes features such as syntax highlighting, code analysis, navigation support, and more.
https://marketplace.visualstudio.com/items?itemName=MathWorks.language-matlab
MIT License
215 stars 13 forks source link

[Question] Run MATLAB Files from Neovim? #118

Closed eric-dishman-ctct closed 3 months ago

eric-dishman-ctct commented 3 months ago

Hi is it possible to run MATLAB files and commands from Neovim or is this only a VSCode extension feature?

Thanks.

philipb314 commented 3 months ago

We have included the execution mechanism in the LSP repo so that it will be helpful for every user outside of VS Code.

We encourage community contribution to integrate execution to other environments other than VS Code. Just please be advised that the API is fairly new and might need some time to become stable.

eric-dishman-ctct commented 3 months ago

Thanks for the reply @philipb314 . As I was browsing around the vscode extension and the lsp I noticed that this looks possible. Thanks again.