Initialer Import der Synology Scripts

This commit is contained in:
root
2026-08-05 08:43:57 +02:00
commit 5e32a7c411
404 changed files with 79932 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
Useful Keyboard Shortcuts in VSCode
Note: The shortcuts may differ in osx.
Editor
Copy (selected) text: Ctrl+C
Pase text: Ctrl+V
Cut text: Ctrl+X
Copy and paste current line to Up/Below: Shift+Alt+(Down/Up)
Delete current line: Ctrl+Shift+K
Search in File: Ctrl+F
Search and Replace in File: Ctrl+H
Replace one finding: Enter
Replace all findings: Ctrl+Alt+Enter
Fold All: Ctrl+K, Ctrl+0
Unfold All: Ctrl+K, Ctrl+J
Fold Level (x=1-9): Ctrl+K, Ctrl+x
Format Document: Ctrl+Alt+F
Go Back: Alt+LeftArrow
Go Forward: Alt+RightArrow
Quick Fix: Ctrl+.
Go To Definition: F12
Terminal
Create new terminal instance: Ctrl+Shift+C
Workspace
Open File: Ctrl+O
Open Folder: Ctrl+K, Ctrl+O
Tasks, Debug and more
Get Build Tasks: Ctrl+Shift+B
Run launch (debug) config: F5
Show all Commands: F1