Skip to content

Instantly share code, notes, and snippets.

@tyrants666
Last active July 30, 2021 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tyrants666/3c89648de812a586d9cd573c0c1dae56 to your computer and use it in GitHub Desktop.
Save tyrants666/3c89648de812a586d9cd573c0c1dae56 to your computer and use it in GitHub Desktop.
All VS Code Snippets here
All Vscode snippets, hints, tricks, problems.
Feel free to show me your love if you view this content :)
Ctrl + KS // Open Kayboard shortcut
Ctrl + Alt + rightarrow // moves tab to right window vice-versa
Ctrl + ENTER // Insert Next Line
Ctrl + Shift + ENTER // Insert above
Ctrl + KT // Toggle Theme
Ctrl + [ // Folds
Ctrl + Shift + Alt + [ // Folds All
Ctrl + Alt + downarrow // Selects multi cursor down
Ctrl + Shift + F // Find text in all files
Ctrl + Shift + H // Search Replace in all files
Ctrl + Alt + leftarrow // Moves cursor to split window (vice-versa)
Alt + S // Configure snippets
Follow step by step run learn & debug from VSCODE
1. Run Live Server (extension by Ritwik Day)
2. Check on what port server has started (Eg: 5500)
3. Goto Project Root > .vscode > launch.json > "url": "http://localhost:5500",
4. F5 (Start Debugging) //opens hot reload window + Debug in side panel
5. Ctrl+F5 (Run without Debugging)
6. On left Run panel now you can check all the local & global variables :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment