-
Notifications
You must be signed in to change notification settings - Fork 37.9k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsnippetssuggestIntelliSense, Auto CompleteIntelliSense, Auto CompleteverifiedVerification succeededVerification succeeded
Milestone
Description
Tested all three cases for foo, f|oo and foo| work as expected but |foo doesn't.
Snippet
{
"Print to console": {
"prefix": "foo",
"body": [
"console.log('$1');"
],
"description": "Log foo to console"
}
}
- Put cursor before
foo - Trigger suggest
- Move focus to
foosnippet in suggest widget - Shift+Tab and Tab behave the same
Originally posted by @rebornix in #83834 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugsnippetssuggestIntelliSense, Auto CompleteIntelliSense, Auto CompleteverifiedVerification succeededVerification succeeded