For example when I run useStateSnippet it gives me the snippet const [first, setfirst] = useState(second) with both instances of first highlighted. Then if I type a name like asdf 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?

For example when I run
useStateSnippetit gives me the snippetconst [first, setfirst] = useState(second)with both instances offirsthighlighted. Then if I type a name likeasdfand 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?