Update README.md
Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
parent
e0392ebb3b
commit
7facc0e075
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
|
|||
|
||||
Important VS Code notes:
|
||||
* You can mark segments of source node with your mouse (or keyboard) and use the TAB key to increase the level of the indentation or use SHIFT + TAB do decrease the indentation level.
|
||||
* CTRL + SHIFT + 7 toggles between comment and normal source code.
|
||||
* Linux: CTRL + SHIFT + 7 toggles between comment and normal source code.
|
||||
* The function key F2 allows you to change variable and function names. VS Code goes through all the node in your Project directory and changes all occurrences of the function or variable name accordingly. The same is true if you change a file name in a project directory.
|
||||
|
||||
## Python: The Basics of the basics
|
||||
|
|
Loading…
Reference in a new issue