cmd+shift+p
open command palettecmd+f
findenter
nextshift+enter
previous
cmd+r
replacecmd+(number)
switch to tab numbershift+escape
focus on editorcmd+w
close tabcmd+shift+w
close another tabcmd+e
create temp filespace+h
show hover (use arrow for scroll)
-
cmd+shift+e
open explorercmd+shift+f
open searchcmd+shift+g
open gitcmd+shift+d
open debugcmd+shift+o
open outputcmd+shift+m
open problemscmd+shift+t
open terminalcmd+shift+y
open debug console
-
shift+tab
accept inline suggestionshift+enter
accept code suggestion (trigger suggestion)w
move the cursor to the beginning of the next word.b
move the cursor to the beginning of the previous word.e
move the cursor to the end of the current word.gg
go to top of fileG
go to bottom of file$
go to end of line^
go to start of line0
go to start of line%
go to matching bracket
-
.
repeat last command>
indent<
unindentspace+a
quick fixspace+e
quick open filespace+g
go to line numberspace+s
quick outline viewspace+f
all symbol searchspace+p
pin editorspace+P
unpin editorgc
toggles line commentgC
toggles block commentshift+j
Join linesspace+t
run task
-
cs(old)(new)
change surround from old to newds(delete)
delete surroundys(scope)(add)
add surround on scope(selection)S(new)
add surround on visual selection
-
}
jump to next paragraph{
jump to previous paragraphgd
Go to definitiongi
Go to implementationgr
Go to referencesgt
Back to previous tabgT
Forward to next tabgh
Go backgl
Go forward
-
space+b
toggle breakpoint (not implement)space+l
toggle log point (not implement)space+c
debug continue (not implement)space+n
debug next (not implement)space+C
debug stop (not implement)space+r
debug restart (not implement)space+i
debug step into (not implement)space+I
debug step out (not implement)
-
option+click
add cursoroption+shift+click
box visual modeoption+up
add cursor upoption+down
add cursor downoption+left
expand selectionoption+right
shrink selectionoption+d
select next wordoption+shift+d
select prev wordoption-l
select all occurrences of the current selection
cmd+n
open new terminalcmd+w
close current terminal
enter
open filecmd+n
new filecmd+N
new foldercmd+d
deletecmd+r
rename