Visual Studio Code (VSCode)
Visual Studio Code is a free source-code editor
Short Cut Keys
Command Pallet:
Ctrl + Shift + p
orF1
Settings:
Ctrl + ,
Zen Mode
Ctrl + k
andz
Go to File Bread Crumb on the top:
Ctrl + Shift + ;
Find a word and put cursor on each one of them:
Ctrl + Shift + l
Change Market Place URL
Open product.json
file present in /usr/lib/code/
:
Replace:
json
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item"
},
With:
json
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"itemUrl": "https://marketplace.visualstudio.com/items"
},