Get VS Code for here : https://code.visualstudio.com/
Points to note before installing VS Code:
![](https://static.wixstatic.com/media/80db0a_ef99b15b40b8459a8ad04703575b2b88~mv2.jpg/v1/fill/w_929,h_703,al_c,q_85,enc_avif,quality_auto/80db0a_ef99b15b40b8459a8ad04703575b2b88~mv2.jpg)
The "Add open with code action to Win Explorer file context" &"Add open with code action to Win Explorer directory" helps to open any project just from right click menu.
The "Register Code as an editor for supported type files" allows to open all files directly.
The ADD TO PATH enables to the external compilers to locate easily.
Color Theme to Install: https://marketplace.visualstudio.com/items?itemName=RobbOwen.synthwave-vscode
File Icon Themes to Install:
Settings to Apply:
1. Files: Auto Save `files.autoSave`
Files: Auto Save: afterDelay
2. Editor: Word Wrap `editor.wordWrap`
Editor: Word Wrap: on
3. Workbench: Editor: Enable Preview `workbench.editor.enablePreview`
Set to: Disabled
4. Editor: Mouse Wheel Zoom `editor.mouseWheelZoom`
Set to: enabled
Managing Workspaces:
Create a folder or add a folder to workspace.
Save the workspace and a .code-workspace file will be generated. Next time for opening the project folder just open that file.
![](https://static.wixstatic.com/media/80db0a_2f6cf403ae4743029e87e596f9ec1cc5~mv2.jpg/v1/fill/w_980,h_509,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/80db0a_2f6cf403ae4743029e87e596f9ec1cc5~mv2.jpg)
Here, is how to set-up VS Code for first use.
Commentaires