VS Code

This is the open-source editor. Not the Visual Studio IDE.

Extensions

This list contains the extension I use.

  • ms-python.python

  • ms-toolsai.jupyter

  • formulahendry.code-runner

  • davidanson.vscode-markdownlint

  • bierner.markdown-checkbox

  • streetsidesoftware.code-spell-checker

  • mechatroner.rainbow-csv

Rulers

Open setting with:

Ctrl+,

search for "rulers", then click on "Edit in settings.json". In the *.json file, replace the template code with:

"[git-commit]": {"editor.rulers": [50]},

"[python]": {"editor.rulers": [79, 120]}