- Notifications
You must be signed in to change notification settings - Fork444
Open
Description
For example when I runuseStateSnippet
it gives me the snippetconst [first, setfirst] = useState(second)
with both instances offirst
highlighted. Then if I type a name likeasdf
and hit tab, it automatically capitalizes the second one. However if the name I typed matches any intellisense options, it instead replaces the words completely.
The workaround is to first press Escape to close the intellisense window, then hit tab. But is there any config to fix the default behavior to prioritize the snippet completion when I hit tab?
Metadata
Metadata
Assignees
Labels
No labels