A VSCode extension that converts plain text matrices to matrix format. It's really annoying to typeset otherwise, and I'm not aware of any other extension that offers support for this. Automatically detects newlines/spaces and adds corresponding ampersands and slashes. It also supports automatic fraction formatting - just type the matrix out in plain text and use the command to format everything!
Usage
Basic Usage
Select your plain text matrix in the editor:
1 0 0
-3 1 0
0 0 1
Convert using one of these methods:
Press Ctrl+Shift+M (or Cmd+Shift+M on Mac) for bmatrix
Right-click and choose a matrix type from the context menu
Use Command Palette (Ctrl+Shift+P) and search for "Convert to LaTeX"