vscode-text-tables
vscode-text-tables copied to clipboard
VSCode extension that brings the power of Emacs table editing
Compared to other mode indicators such as encoding, file format and line endings: 1. The `Table Mode: On` indicator takes up a lot of space. - I don't think the...
Hi, Peshkov Thank you for developing such a great plugin. I found a wrong behavior of handling markdown inline code block contain " | ". Below is my software environment...
Thanks for the great VSCode extension! It would be nice to toggle the table mode using the status item. I've already implemented a small patch for this. PR will follow.
Hi, I'm running Text Tables version `0.1.5`. Given: ``` | A| B| | 1| 1| | 0| 0| |-1|-1| ``` Running format will render: ``` | A | B |...
First of all, thank you for having made this great extension. I'm mapping this table generator with vscode's vim plugin, and I tried to map moving cell with h, j,...