Next Error (chimera.nextError): Jump to the next error in the workspace. Not the same as "go to next problem". Prioritizes errors on the current file after the cursor.
Next Error In File (chimera.nextErrorInFile): Jump to the next error in the current file only. Wraps around when reaching the end.
Align Cursors (chimera.alignCursors): Align cursors horizontally by inserting spaces.
Cycle Casing (chimera.cycleCasing): Cycle through casing formats (camel, pascal, snake, kebab, etc.). Order configurable via chimera.cycleCasingOrder.
Scroll Up Fast (chimera.scrollUpFast): Scroll up by a configured number of lines (default 3). Configurable via chimera.scrollFastLineCount.
Scroll Down Fast (chimera.scrollDownFast): Scroll down by a configured number of lines.
Swap Case (chimera.swapCase): Swap the case of selected text (uppercase to lowercase and vice versa).
Based on emacs
Align By Symbol (chimera.alignBySymbol): Align selected lines (or multi-cursor lines) by the first occurrence of an input symbol.
Based on another extension that doesn't work/exist anymore
Add Numbers to Cursors (chimera.addNumbersToCursors): Insert sequential numbers at each cursor position (always starts on 0 and increases by 1).
Add Numbers to Cursors Pro (chimera.addNumbersToCursorsPro): Insert sequential numbers at each cursor position (custom start and step).
Miscellaneous
Split By Symbol (chimera.splitBySymbol): Replaces every occurrence of an input symbol with a newline. Works on current line, multi-cursor lines, or selected text (selections take priority).
Split Arguments (chimera.splitArguments): Split comma-separated values onto separate lines (smart handling of quotes/parens).
Unsplit Arguments (chimera.unsplitArguments): Join multi-line comma-separated values into a single compact line.
Move Argument Left (chimera.moveArgumentLeft) (shift+alt+left): Swap the argument at cursor position with the one to its left.
Move Argument Right (chimera.moveArgumentRight) (shift+alt+right): Swap the argument at cursor position with the one to its right.
Quote Words (chimera.quoteWords): Adds quotes and commas to a list of words separated by spaces.
Switch Word Separators (chimera.switchWordSeparators): Switch between different editor.wordSeparators profiles. Configurable via chimera.wordSeparatorProfiles.