Visual Studio Code

Tips

General

You can install the CLI by finding “shell command” in the command palette. Then open a folder by running

$ code -n path

Remote SSH

It allows local-like environment for remote servers, including jupyter notebook, LaTeX, and everything.

This may use up quite a bit of resource on the server.

TeX

Install LaTeX-Workshop plugin. Set latex-workshop.synctex.afterBuild.enabled option True. ⌘⌥ + j for forward synctex and ⌘ + click for backward.

Python

Julia