Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Nice TablesNew to Visual Studio Code? Get it now.
Nice Tables

Nice Tables

franckdervaux

|
2,147 installs
| (0) | Free
Helps creating and formatting tables in Markdown or Gauge spec files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

nicegaugetables VS Code extension

License: MIT

This extension is helping to create and maintain tables. A table is defined by columns separated by the | character. It can have separator lines where the content of each column is a series of - characters.

For example, it transforms

|First Name|Last Name|Town|  
|Jonathan|Guywithaverylonglastname|Seattle|  
|John|Doe|Buenos Aeres|

into

| First Name | Last Name                | Town         |  
| Jonathan   | Guywithaverylonglastname | Seattle      |  
| John       | Doe                      | Buenos Aeres |

This can be useful for Gauge spec files as well as Markdown files.

Features

Command: View Table Panel

Demo

Displays the panel offering icon buttons to perform table commands.

Command: Format Gauge Table

Properly format the table surrounding the cursor position. It makes all columns of the same width on all lines and add missing columns.

Demo

Command: Create Gauge Table

Creates a table by asking for the number of rows and columns. It automatically creates a header row followed by a separator row.

Demo

Command: Delete Gauge Table

Deletes the table surrounding the cursor position.

Demo

Command: Delete Gauge Column

Deletes the column containing the cursor.

Demo

Command: Append Gauge Column

Adds a new empty column to the right of the one containing the cursor.

Demo

Command: Append Gauge Row

Adds a new empty row below the one containing the cursor.

Demo

Command: Delete Empty Rows

Delete all empty rows of a table.

Demo

Release Notes

1.0.0

Initial release of the extension.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft