What is Visual Studio Code?
VS Code is a very powerful code editor made by Microsoft which is widely with programming languages like Python ,Java, php etc for building and designing modern web and applications. Its features likes debugging, embedded git ,code refactoring and uncountable extensions are increasing its popularity day by day.
Keyboard Shortcuts for beginners:
so if you are a beginner here are some useful shortcut keys that will increase your work productivity upto 100%:
Multiple Cursor:
ctrl + click = Create multiple cursor so you can edit in multiple lines
ctrl +shift + click = Create cursor in all lines
Comment in and Comment out:
ctrl + / = Comment out and comment in any line from the code in all programing languages.
Copy line :
shift + alt + down-arrow = It copies lines downwards
shift + alt + up-arrow = It copies lines up-word.
Insert Lines:
ctrl + shift + enter = It inserts line above
ctrl+ enter = It inserts line below.
Code Folding:
you can fold a specific part of code to organize your data and code .
Formatting Documents:
VS Code allows you to format your documents .there are default formators for some languages and you can download extensions also for this purpose as well.
shift+ alt+ F =It formats documents
you can do his by right clicking and selecting format document option.
Zoom in and Zoom out :
ctrl+ = =It zooms in your display.
ctrl + - = It zooms out your display .
There are many other short keys you can explore by clicking in setting >keyboard shortcuts
You can also customize your keys in Vs code but it is better to use default shortcuts.
Good one Post dear friend you make a very good post thanks for sharing a good information with us my best wishes for you.
Regards, Faran Nabeel
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit
thankyou soo much .
Downvoting a post can decrease pending rewards and make it less visible. Common reasons:
Submit