Skip to content

Conversation

andyleejordan
Copy link
Member

The snippets' prefixes should all be consistently lower-cased, and
moreover, the region/endregion snippet must not start with a hashtag,
because this triggers the completion when users are trying to type
comments. VS Code also has two built-in snippets with this issue, that
should be removed upstream.

Coupled with microsoft/vscode#146459, this fixes #3276.

The snippets' prefixes should all be consistently lower-cased, and
moreover, the region/endregion snippet must not start with a hashtag,
because this triggers the completion when users are trying to type
comments. VS Code also has two built-in snippets with this issue, that
should be removed upstream.
@JustinGrote
Copy link
Collaborator

LGTM, probably mostly muscle memory on my part, thanks!

@andyleejordan andyleejordan merged commit 8e4d1c0 into master Mar 31, 2022
@andyleejordan andyleejordan deleted the andschwa/snippets branch March 31, 2022 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Typing <-#-<RET> results in <#endregion#> instead of <#\n
2 participants