-
Notifications
You must be signed in to change notification settings - Fork 34.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: Version 1.1.0 (1.1.0)
- OS Version: Mac OS X Yosemite 10.10.5 (14F27)
Steps to Reproduce:
- Create a user snippet with a prefix "sup"
(I created mine in ~/Library/Application Support/Code/User/snippets/elixir.json) - In a file matching the language, type
S
ors
, intellisense correctly suggests snippet "sup" - When proceeding to type non-matching characters, e.g.
erv
intellisense still suggests snippet "sup"
Expected behavior:
When the typed characters no longer match the start of a snippet prefix, the snippet suggestion should not be shown.
Metadata
Metadata
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugimportantIssue identified as high-priorityIssue identified as high-priorityverifiedVerification succeededVerification succeeded