Merge pull request #13 from saxenanurag/master

Add documentation for VS Code
This commit is contained in:
2018-07-09 17:21:59 -04:00
committed by GitHub
+8 -4
View File
@@ -114,16 +114,20 @@ Additionally Helpful Plugins
Common Django snippets for everyday use.
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
/////////////////
Microsoft VS Code Launcher
++++++++++++++++++++++++++
Mac: After installing VS Code, running code from the terminal as easy as typing ``code``
Rulers
//////
++++++
PEP8 compliant rulers can be added to VS Code by adding the following lines to your User Settings::
"editor.rulers": [72, 79]