SQLite in VSCode (open db, run query, view results) demo 'https://www.youtube.com/watch?v=VKg1Dnz7GN0
Tag: VS code
Install Visual Studio Code for Java
VS Code Basics
Ctrl+Shift+P Open Command Palette CommandDescriptionctrl + ` open terminalctrl + shift + `open another terminalctrl + pquick open/switch to another tabshift + alt + up arrowshift + alt + down arrowcopy line up or downalt + up arrowalt + down arrowmove line up or downshift + alt + right arrowshift + alt + left arrowselect … Continue reading VS Code Basics
VS Code useful Extensions
Emmet (inbuild) Prettier - code Formatter(Prettier) Liver server (Ritwick Dey) - A Quick Development Live Server with live browser reload. Bracket Pair Colorizer (CoenraadS) - This extension allows matching brackets to be identified with colours. The user can define which characters to match, and which colours to use. Code Spell Checker (Street side software) npm … Continue reading VS Code useful Extensions