Useful VSCode Shortcuts
Shortcuts
| Kısayol | Definition | Reference |
|---|---|---|
| Shift + Alt + i | Makes Multiline cursor at the line breaks of the selection | https://www.youtube.com/shorts/QcXlyriZVa8 |
| Shift + Ctrl + l | Selects all repetitions of the word at the cursor position | https://www.youtube.com/shorts/DL0HB_qlSVk |
| Shift + Alt + LeftClick | Selects as a block | https://www.youtube.com/shorts/DL0HB_qlSVk |
Better To Configure (not originally set)
| Command | Definition | Examle Shortcut |
|---|---|---|
| Balance (Outward) | In DOM Selection, selects the parent element | Ctrl + Alt + B |
| Balance (Inward) | In DOM Selection, selects the inner element | Ctrl + Alt + V |