From 4adcbc7439716a0c8d7fb1976e5afa1eb7deca99 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Fri, 19 Jan 2018 13:23:06 -0500 Subject: [PATCH] Added some more detail and package recommendation for VS Code --- source/editor.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/editor.rst b/source/editor.rst index dbb04a2..7f06382 100644 --- a/source/editor.rst +++ b/source/editor.rst @@ -89,6 +89,8 @@ Microsoft Visual Studio Code (VS Code) Microsoft VS Code guides you through setting up the Python package, built by Microsoft themselves, the first time you run it. +VS Code comes built in with git support and a package system that allows you to customize the editor to your liking. It is built upon Electron (just like Github's Atom editor) and thus works on various platforms. + Microsoft VS Code Extensions Recommendations ++++++++++++++++++++++++++++++++++++++++++++ @@ -98,6 +100,8 @@ Microsoft VS Code Extensions Recommendations - vscode-flake8 - MagicPython Syntax highlighter for cutting edge Python. +- Python Extension Pack + Don Jayamanne's extension pack installs all the useful Python packages for VS Code in one fell swoop. Additionally Helpful Plugins ++++++++++++++++++++++++++++ @@ -115,6 +119,8 @@ Microsoft VS Code Tricks Select a version of Python using *Ctrl + Shift + P*: "*Python: Select Interpreter*" +You can run your code using the integrated terminal. Open it using *Ctrl + `*. + ``Microsoft VS Code`` Launcher /////////////////