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

add vscode commands for groups and snippets #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Picorims
Copy link

@Picorims Picorims commented Oct 8, 2021

Motivation behind these commands:

  • The group command allows to navigate in VSCode when multiple groups are setup, as the tab command can't handle multiple groups. The direction is given as a parameter : up, down, left, right.
  • The snippet command allows to handle all VSCode snippets, both built-in and from extensions. It allows partial snippet support for any file edited in VSCode (so non supported languages as well), in addition to be able to use any third party snippet. You can navigate a snippet by using "tab" and "system" commands. Using "insert" will break snippet navigation however.

Copy link

@ryanpeach ryanpeach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool

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.

2 participants