# OPen dir or flie
[be sure to setup PATH in MACOS]
. code
. filename.js
# Fine project files
ctr + p
# extension commands
ctr + p >
# Extension: Quokka.js allows you to view JavaScript output in the vs file
example: consolo.log
# find an function in the file
ctr + p > @
or ctr + shift + .
# find an function in the file
ctr + p > #
# edit multiple words
highlight word and ctr + d
ctr + d to select the next word
click to change the word
select with mouse and use alt+click
auto rename tag extension
automatically renames the closing tag
MOVE A LINE UP OR DOWN
alt + up or down arrow
copy entire line
alt + shift + arrow
highlight entire line
control + l
add jsdoc comments extension
to add comments and link to function
extension : better comment
TERMINAL COMMANDS:
* control + K will clear terminal
extension : gitlens extension for version control when working with teams
extension : Remote repositories extension
extension : remote ssh extension to connect to remote server
nested files create
create new file > and enter level1/level2/filename.txt
extension : paste json as code extension
find all references.
highlight the text SHIFT+ALT+F12
THEN YOU CAN RENAME ALL INSTANCES: F2 or right click