Vs Code tips and tricks
Vs Code tips and tricks:
ctrl + r : open recent
ctrl+shift+p : show all the commands
ctrl+ right arrow : navigate word by word in a file instead of cahracter by character,similarly ctrl+left arrow for backward movement
ctrl+shift+a : to toggle between terminal
ctrl+b : to toggle sidebar
f2 : move cursor between terminal and editor
In setttings.json:
- This will enable zomming the contents of the file by pressing control key and scroll button on mouse.
Extensions:
Code Runner: if we want to run any programs using click clisk, it will provide small run top on top right corner.
Bracket pair colorizer: It will provide different colors for different brackets
Comments
Post a Comment