Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 560 Bytes

File metadata and controls

17 lines (14 loc) · 560 Bytes

Python Extensions for VSCode

There are a number of extensions for VSCode but there are a few basics you should install first before any others:

  • ms-python.python
  • ms-python.debugpy
  • kevinrose.vsc-python-indent
  • donjayamanne.python-extension-pack
  • donjayamanne.python-environment-manager
  • njpwerner.autodocstring
  • tushortz.python-extended-snippets
  • mgesbert.python-path
  • frhtylcn.pythonsnippets
  • littlefoxteam.vscode-python-test-adapter
  • njqdev.vscode-python-typehint

These extensions should be enough for anyone to get started