vscode-markdown-table-formatter
vscode-markdown-table-formatter copied to clipboard
A (not so) simple Visual Studio Code markdown plugin to format tables and some other features.
I think it is pretty common across md table formatters in various editors that [Tab] presses jump to another column and automatically format the table. Additionally, [Alt] + [Tabl] could...
* would it be possible to use this awesome extension on dsv (delimiter-separated-values) tables too? * where the "d" is mostly comma `,` i.e. the CSVs looking at this file...
Trying to format a table with emoji results in wrong whitespace padding: ``` | First column | Second column | Third column | |--------------|---------------|--------------| | First row | ✅ |...
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
When formatting with the "Keep First And Last Pipes" option disabled, one space character is inserted before each line, and spaces are included at the end of each line up...
- Issue Type: `Performance` - Extension Name: `markdown-table-formatter` - Extension Version: `3.0.0` - OS Version: `Windows_NT x64 10.0.19045` - VS Code version: `1.95.3` [fcrespo82.markdown-table-formatter-unresponsive.cpuprofile.txt](https://github.com/user-attachments/files/18067713/fcrespo82.markdown-table-formatter-unresponsive.cpuprofile.txt) Find more details here: https://github.com/microsoft/vscode/wiki/Explain-extension-causes-high-cpu-load
I want to be able to go back to the original sort. How can i do that?