Visual Studio Code - Code Editing. Redefined

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/6255c824-f5ca-4812-8a5f-3e78b2f54944/Untitled.png

https://s3-us-west-2.amazonaws.com/secure.notion-static.com/f28588a1-1f3e-4d64-8616-c02bf7d62c78/Untitled.png

Install VSC

sudo apt install ./<file>.deb

sudo apt install apt-transport-https sudo apt update sudo apt install code # or code-insiders

Visual Studio - Key Shortcuts

// is for comments on the code - why and how
! and tab // Basic html code  
/* */ //similar to comments for big sections 
ctrl + // multi line comments 
**Visual studio code commands**
npm - v #on js is installed 
npm --version // check the installed version
code. // opens VS from the line terminal 
ctrl+` // opens the terminal 
ctrl B // show / hide explorer 
ctrl + p // opens command search bar
ctrl+shift+p // opens the command plat settings
>code  // install code command in path 
command + D // select the same word
npm start // compiling angular at local host :4200