mirror of
https://github.com/kennethreitz-archive/howtopython.org.git
synced 2026-06-05 23:20:18 +00:00
Editors, Microsoft VS Code, info
This commit is contained in:
+30
-1
@@ -53,4 +53,33 @@ Rulers
|
||||
Microsoft VS Code
|
||||
-----------------
|
||||
|
||||
Microsoft VS Code guides you through setting up the Python package, built by Microsoft themselves, the first time you run it.
|
||||
Microsoft VS Code guides you through setting up the Python package, built by Microsoft themselves, the first time you run it.
|
||||
|
||||
Microsoft VS Code Extensions Recommendations
|
||||
+++++++++++++++++++++++++++++++++++++
|
||||
|
||||
- Python extension for Visual Studio Code
|
||||
by Microsoft
|
||||
Linting, Debugging (multi-threaded, remote), Intellisense, code formatting, refactoring, unit tests, snippets, Data Science (with Jupyter), PySpark and more.
|
||||
- vscode-flake8
|
||||
- Jupyter
|
||||
Data Science with Jupyter on Visual Studio Code.
|
||||
- MagicPython
|
||||
Syntax highlighter for cutting edge Python.
|
||||
- Django Template
|
||||
Django template language support for Visual Studio Code.
|
||||
- Django Snippets
|
||||
Common Django snippets for everyday use.
|
||||
|
||||
Microsoft VS Code Tricks
|
||||
+++++++++++++++++++++
|
||||
|
||||
Select a version of Python using Ctrl+Shift+P:
|
||||
"Python: Select Interpreter"
|
||||
|
||||
``Microsoft VS Code`` Launcher
|
||||
/////////////////
|
||||
|
||||
|
||||
Rulers
|
||||
//////
|
||||
|
||||
Reference in New Issue
Block a user