Skip to content

add vscode commands for groups and snippets#16

Open
Picorims wants to merge 1 commit into
serenadeai:masterfrom
Picorims:vscode
Open

add vscode commands for groups and snippets#16
Picorims wants to merge 1 commit into
serenadeai:masterfrom
Picorims:vscode

Conversation

@Picorims

@Picorims Picorims commented Oct 8, 2021

Copy link
Copy Markdown

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.

@ryanpeach ryanpeach left a comment

Copy link
Copy Markdown

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