• Scientific Computing | SciVision

  • Blog
  • Tags
  • Categories

Alternative Matlab editor with lint

30 May, 2020

Xavier Hahn’s Matlab plugin lints code in the Visual Studio Code editor. The lint is shown as squiggle underlines with hover messages on the detected code issues.

Go to Definition allows clicking on a function name and automatically opening the code location where the function is defined, even in another file.

  • matlab
  • vscode