Add documentation for VS Code

- How to launch VS Code from Terminal
- Add PEP8 compliant rulers to VS Code Editor
This commit is contained in:
Anurag Saxena
2018-07-09 17:11:11 -04:00
parent 303a3a74d0
commit cfdcc660be
+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]