Alternative Matlab editor with lint

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

The vscode feature 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 also works with Jupyter notebooks.