nicegaugetables VS Code extensionThis 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
into
This can be useful for Gauge spec files as well as Markdown files. FeaturesCommand: Displays the panel offering icon buttons to perform table commands. Command: Properly format the table surrounding the cursor position. It makes all columns of the same width on all lines and add missing columns. Command: Creates a table by asking for the number of rows and columns. It automatically creates a header row followed by a separator row. Command: Deletes the table surrounding the cursor position. Command: Deletes the column containing the cursor. Command: Adds a new empty column to the right of the one containing the cursor. Command: Adds a new empty row below the one containing the cursor. Command: Delete all empty rows of a table. Release Notes1.0.0Initial release of the extension. |