2.25. tool - VScode (IDE)ΒΆ
Light weight, simple IDE built by microsoft.
increase/decrease font size:
crtl+=andctrl+-run file in debug:
F5set the default terminal (to git bash):
ctrl+shift+Pthen select default terminalredefined keybindings (settings - the gear in bottom left corner - keyboard shortcuts):
copy line down:
ctrl + ddelete line:
ctrl + yfold (collapse code):
ctrl + -fold-all (collapse code):
ctrl + shift + -unfold (collapse code):
ctrl + =unfold-all (collapse code):
ctrl + shift + =