External libraries in use:
()[]{}''""
. Type the closing variant when directly in front of a matching character and it will overwrite it. If you backspace over a starting bracket while inside empty brackets (e.g. {|}
), it will delete the closing bracket for you.Primitive search/replace functionality. It looks through the whole file without any scope/closure distinction.
Ctrl-F
Start searchingCtrl-G
Find next / Shift-Ctrl-G
Find previousShift-Ctrl-F
ReplaceShift-Ctrl-R
Replace allCtrl-/
CommentsToggle comment on the selected lines.
Alt-.
Go to the position where context variable/function is defined.
Alt-,
Brings you back to last place you were when you pressed Alt-.
.
Ctrl-Space
Show completions for current context (variables, properties, functions) for javascript and the Storm library.
Click inside function call to see its arguments list.
Ctrl-I
Display informations (type, documentation, arguments, etc) about the expression under the cursor.
Alt-Q
Marks context object occurrences and allows to rename them.