From 8a45fc6f374e79e54b2f4773952fb479126b0879 Mon Sep 17 00:00:00 2001 From: lastranikos Date: Fri, 19 Jan 2018 01:56:43 -0300 Subject: [PATCH] Editors, Microsoft VS Code, info --- source/editor.rst | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/source/editor.rst b/source/editor.rst index 48802f0..daede49 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -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. \ No newline at end of file +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 +//////