A Guide to Discord Bots
Shortcuts
Visual Studio Code
- Shift + Alt + F: Auto-indentation
- CTRL + ]: Indent selection
- CTRL + [: Un-indent selection
- CTRL + J: Open/Close the terminal
- CTRL + B: Open/Close the file explorer
- CTRL + X: Cut line (empty selection)
- CTRL + C: Copy line (empty selection)
- CTRL + G: Go to line
- CTRL + /: Toggle line comment
- CTRL + D: Find next selection
- Shift + F3: Find previous
- F3: Find next
More shortcuts: macOS, Windows, Linux.
Atom
- CTRL + ALT + B: Auto-indentation - needs beautify
- CTRL + G: Go to line
- CTRL + /: Toggle line comment
- Shift + F3: Find previous
- F3: Find next
Beautify.
More shortcuts: all platforms.
Sublime Text
- CTRL + ]: Indent selection
- CTRL + [: Un-indent selection
- CTRL + Shift + P: Open/Close the terminal
- CTRL + X: Cut line (empty selection)
- CTRL + C: Copy line (empty selection)
- CTRL + Shift + V: Paste and indent line
- CTRL + G: Go to line
- CTRL + /: Toggle line comment
- Shift + F3: Find previous
- F3: Find next
More shortcuts: Windows