Access/search commands and apply with enter on selection of the command.
cmd + shift + P - open
then type ssx to narrow to set syntax options
esc - close
Navigates to any file, line or symbol within current projects and/or open files.
Goto Anyting search is performed per letter not string as a whole (e.g. #jq - will match jQuery and ajax_request).
cmd + P - opens Goto Anything palette:
- enter text to start searching for file, folder or project. First listed are recently used files.
:string orctrl + G- if search starts with:Goto Anything becomes go to line (e.g.:37goes to line 37)#string - if search starts with#Goto Anything becomes search within current document@string orcmd + R- if search starts with@Goto Anything becomes open projects wide search for function and class names, block of text.
esc - closes the palette
filename@methodOrClassOr... - searches for method or class withing filename which is also matched per char basis (e.g. jq@jx would match any ajax function in jquery file)
option (alt) + cmd + [ - folds current selection
option (alt) + cmd + ] - expands current selection (folded part of the selection)