vscode-text-tables icon indicating copy to clipboard operation
vscode-text-tables copied to clipboard

Feature: Toggle the table mode using the status item

Open philipparndt opened this issue 4 years ago • 0 comments

Hi,

This PR adds the ability to toggle the table mode from the status item: fixes https://github.com/rpeshkov/vscode-text-tables/issues/46

I've implemented some more features for the table editor on https://github.com/philipparndt/vscode-text-tables in case you like to have them I can split them up into different PR's but I don't like to do this work in case you are not interested. The features are:

  • EOL character of vscode.TextEditor
  • Keep current indentation of the table when formatting
  • avoid flicker during forward navigation without change
  • Fixed position when using table indent
  • Ability to insert a column left to the current position
  • Activate on gherkin feature files
  • Added command for column deletion

philipparndt avatar Nov 12 '20 16:11 philipparndt