Visual Studio Code - Code Editing. Redefined
sudo apt install ./<file>.deb
sudo apt install apt-transport-https sudo apt update sudo apt install code # or code-insiders
// 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