Notes for js3-mode in emacs
Mark: 3 => cool, 2 => useful, 1 => rarely used
Function | Hotkey | Comment | Mark |
---|---|---|---|
js3-mode-toggle-hide-functions | C-c C-f | show/hide ALL functions | 2 |
js3-narrow-to-defun | C-x n d | (C-x n w to wide) | 3 |
js3-mode-display-warnings-and-errors | 1 | ||
js-toggle-element | C-c C-o | show/hide code snippet between {} | 3 |
js3-next-error | M-g M-n or C-x ` | 1 | |
js3-beginning-of-defun | jump to the beginning of function | 2 | |
js3-end-of-defun | jump to the end of function | 2 | |
js3-mark-defun | C-M-h | Select the function body | 2 |
js3-enter-mirror-mode | Automatically insert [],()… | 2 |