Select Topic (
TAB
,
,
)
Type
#
to select from topics
<
B
/
>
Search
Ctrl K
About
VS Code tips and tricks
How I'm using VS Code
Started
Last edited
Open and close the inbuilt shell with Cmd+j, Ctrl+j, or Ctrl+ö
Make the
keybindings.json
your own: Add at least one special keybinding (maybe a word you type often when programming—
lambda
or
class
, maybe?)
Adding a new file is super annoying. Add a shortcut for creating one:
{
"
key
"
:
"ctrl+n"
,
"
command
"
:
"explorer.newFile"
}
keybindings.jsonyour own: Add at least one special keybinding (maybe a word you type often when programming—lambdaorclass, maybe?)