NickSays
Adds the following text editor commands:
Command: Left Align

Command: Right Align

- Open a vscode text editor or jupyter notebook text cell
- Place multiple selections or multiple cursors (eg by using by using
Alt+Left Click or Ctrl+Alt+Up/Down Arrow or other methods)
- Press
Ctrl+Shift+P to open the command search
- Search for:
Align Left Selections by Adding Spaces OR
Align Right Selections by Adding Spaces
- Spaces will be added before each cursor such that all cursors are now vertically aligned
- Note: Weird stuff happens if there are two cursors on the same line, but it doesn't break anything; You can use Ctrl+Z to undo.
Command: Number Cursors from Zero and Number Cursors from One

- Open a vscode text editor or jupyter notebook text cell
- place multiple selections or multiple cursors (eg by using by using
Alt+Left Click or Ctrl+Alt+Up/Down Arrow or other methods)
- Press
Ctrl+Shift+P to open the command search
- Search for
Number Cursors from Zero OR
Number Cursors from One
- Numbers will be inserted at each cursor
- starting at
0 or 1 respectively
- ordered in the same way that cursors were created
| |