q00u / apythonpack

A VSCode Extension Pack of the extensions I use when programming Python stuff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stuff for Python

These are the extensions I use for developing Python stuff

For Visual Studio IntelliCode:

  1. Set up the Python extension by following the Python tutorial
  2. Open (or create) a Python file. You should get a prompt to enable the Microsoft Python Language Server
  3. Reload VS Code

After the language server finishes initializing, you should now see recommended completions

For Mypy:

  1. Create a virtualenv and install the mypy language server in it.
  2. Reload VS Code

Enjoy!

About

A VSCode Extension Pack of the extensions I use when programming Python stuff

License:MIT License