VisualStudioCode: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 14: | Line 14: | ||
==Operation== | ==Operation== | ||
===Command Palette=== | |||
* CTRL+ SHIFT + P | |||
===(Un-)Comment Block=== | ===(Un-)Comment Block=== | ||
| Line 41: | Line 44: | ||
* type 'compare active file with' | * type 'compare active file with' | ||
* select | * select | ||
===Show installed Extension=== | |||
* CTRL + SHIFT + P | |||
* type 'show installed extensions' | |||
Latest revision as of 11:43, 18 January 2026
Concept[edit]
Visual Studio Code (VSC)
Configuration[edit]
Debugging[edit]
Installation[edit]
AWS Toolkit Extension[edit]
installed 'AWS Toolkit' via side menu 'extensions'
Chrome Debugger[edit]
Operation[edit]
Command Palette[edit]
- CTRL+ SHIFT + P
(Un-)Comment Block[edit]
- CTRL+K+C/U
Extension Installation Window[edit]
- CTRL + SHIFT + X
Add Project to Workspace Window[edit]
- right click in empty part of Workspace window -> Add folder to Workspace
Open Angular Project[edit]
cd <ROOT_FOLDER> code .
Select Python Interpreter[edit]
CRTL + SHIFT + P
Working with Python Virtual Environments[edit]
see here
Format a JSON File[edit]
- SHIFT + ALT + F
Compare Files[edit]
- Open the Command Palette by Ctrl + Shift + P
- type 'compare active file with'
- select
Show installed Extension[edit]
- CTRL + SHIFT + P
- type 'show installed extensions'