r5n-dev / vscode-react-javascript-snippets

Extension for React/Javascript snippets with search supporting ES7+ and babel features
MIT License
1.72k stars 441 forks source link

combine useState import with useState autocomplete #200

Closed TamirCode closed 2 years ago

TamirCode commented 2 years ago

there are two separate useState options, one creates an autocomplete and the other one imports. but there is no reason not to have the autocomplete import it as well.

ice-chillios commented 2 years ago

@TamirCode autocomplete is not from the snippets package but from your IntelliSense inside VSCode. I'm thinking of removing this snippet for now as it makes it more difficult to use.