- Select your table data (each new line is one cell in the table corresponding left to right / rows)
- Use
Ctrl+Shift+Pto bring up the Command Palette - Type
Markdown create tableand confirm - Enter the number of columns, confirm
- You should see your formatted table
- Select your table data (each new line is one cell in the table corresponding top to bottom / columns)
- Use
Ctrl+Shift+Pto bring up the Command Palette - Type
Markdown create tableand confirm - Enter the number of columns, confirm
- You should see your formatted table
- Select your tables separated by LineFeeds
- Use
Ctrl+Shift+Pto bring up the Command Palette - Type
Markdown concatenate tablesand confirm - You should see your tables merged into one.
- Select your tables separated by LineFeeds
- Use
Ctrl+Shift+Pto bring up the Command Palette - Type
Markdown concatenate tables in reverse orderand confirm - You should see your tables merged into one, but in reversed order.
yarnvscode
Install needed packages
yarn installRun tests
yarn run testPress F5 to open a new window with the extension loaded and all others disabled.
- Error management could be improved.
- If you want empty table cells during
createtable, you should use a special string and replace it afterwards. - Only
:---is supported at the moment - Linefeed is
\nat the moment, no\r\nsupport.
Have a look at Known Issues or raise your own. This is my first public open source project, so I appreciate hints and help!



