- where to download
- tips for useful plugins
- recommended settings
- useful shortcuts
Download
For download use this link.
Tips for useful plugins
For better orientation in the code use plugin “highlight-icemode” it highlights same words in the code

for missing bracket in the code is very useful this extension “Bracket Pair Colorizer“

For auto selection inside bracket you can user plugin Bracket Selection
Recommended settings
When we want write shell scripts for Linux in VC Studio on Windows we need following settings.
We have to go to menu File»Preferences»Settings


Useful shortcuts
- Press CTRL+Shift+P (Rule them all!)

- Press CTRL+SHIFT+\ to jump between start and end of the bracket
- Press
CTRL + A
to select all of the text - Press
SHIFT + ALT + I
to insert multiple cursors at the end of each line - Press
Home
twice to jump to the start of every line