vscode-table-formatter icon indicating copy to clipboard operation
vscode-table-formatter copied to clipboard

Table formatter extension for VSCode.

Results 18 vscode-table-formatter issues
Sort by recently updated
recently updated
newest added

When inserting an image via alias into a table, the table formatter tries to treat it as its own column. ```rst Example ####### +---------+-------------------+ | Image | Text | +=========+===================+...

[VSCodium](https://vscodium.com/) (the VSCode flavor without proprietary license restrictions) started using a libre registry of plugins to ensure independence from Microsoft telemetry support and marketplace sole control. This is called [OpenVSX](https://open-vsx.org/)...

Building the extension using `vsce package` is currently not possible. The `@types/node`-dependency contains expressions which require at least `typescript` v3 in order to be interpreted and compiled correctly. Changes made...

pandoc flavoured markdown extend several table: multiline_table, grid table. It will be great to support these tables.

['℃'の文字を含む場合の動作について · Issue #9 · shuGH/vscode-table-formatter](https://github.com/shuGH/vscode-table-formatter/issues/9) 上記 issue に関連してですが、 ①②... αΒ... 複数の文字に対して範囲を指定したいです。 現在のコードでは長さを 1 に制限しているので `explicitFullwidthChars` には1文字ずつしか指定できません。 長さ制限を取り払うことで複雑な正規表現をかけるようになりますがいかがでしょうか。 ``` "tableformatter.common.explicitFullwidthChars": [ "[①-⑨]", "[α-ω]", ], ```

Pandoc extends RST's grid table syntax to enable you to align content using the same syntax as GFM/Pipe tables (colons in the heading separator). Would it be possible to extend...

Hi, On any command used via Command Palette I receive an error message as following: > command 'text-tables.formatUnderCursor' not found This happens after re-installing the plugin and latest updates in...

When having a table with a row or column span, formatting adds empty cells and treats the span definition as content of the cell: ```textile |_. A |_. B |_....

If the Grid Table has leading spaces in front of the rows, the extension returns an error. This impacts with the [reStructuredText directive for tables](http://docutils.sourceforge.net/docs/ref/rst/directives.html#table), where to add a title...

About Markdown. When formatting borderless tables with `centerAlignedHeader=true` by default (which I want to keep), the resulting formatted table is not recognized as-is anymore by VS Code in preview, because...