Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Toggle the table mode using the status item #65

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

philipparndt
Copy link

Hi,

This PR adds the ability to toggle the table mode from the status item:
fixes #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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Toggle the table mode using the status item
1 participant