vscode-react-javascript-snippets icon indicating copy to clipboard operation
vscode-react-javascript-snippets copied to clipboard

Intellisense taking priority over this extension for tab completion?

Open adamerose opened this issue 1 year ago • 0 comments
trafficstars

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?

2024-08-06_18-36-42

adamerose avatar Aug 06 '24 22:08 adamerose