9 Tricks for Working with Visual Studio Code

Hello, Habr! Today we selected 9 of the most interesting life hacks for working with Visual Studio Code. Among them are useful keyboard shortcuts and functional widgets. Details under the cut!



Previous Part: 18 Tricks

1. Interactive Playground


In the lower right corner of the Welcome page there is a link to the Interactive playground , where you can interactively try out the features of VS Code. Or you can go there through Help> Interactive Playground .

image

2. Go to the character in the file


Keyboard Shortcut: Ctrl + Shift + O

image

You can group characters by type by adding a colon, @:.

image

3. Move the line up or down


Keyboard shortcut: Alt + Up or Alt + Down

image

4. Editing Side by Side


Keyboard Shortcut: Ctrl + \

If you wish, you can create new groups of editors and move freely between them.

image

5. Switch between multiple editors


Keyboard Shortcut: Ctrl + 1 , Ctrl + 2 , Ctrl + 3

image

6. Go to the beginning / end of the file


Keyboard shortcut: Ctrl + Home and Ctrl + End

7. Switch sidebar


Keyboard Shortcut: Ctrl + B

image

8. IntelliSense


Keyboard Shortcut: Ctrl + Space

Using the “Tips” widget, you can view the available methods, parameter hints, brief documentation, etc.

image

9. Hotkeys


image

Full resolution for Windows, Linux, and macOS

Source: https://habr.com/ru/post/472228/


All Articles