r5n-dev / vscode-react-javascript-snippets

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

Disable Import React On Top not working #240

Closed flyingduck92 closed 2 years ago

flyingduck92 commented 2 years ago

When I was using snippet "rfce" it keeps importing React on top. I already untick Import React On Top

image image image

chillios-dev commented 2 years ago

@flyingduck92 The tricky part with extension activation, it has to be enabled to generate those snippets with options. So first, try to open typescript file, then change option and restart your vscode.

flyingduck92 commented 2 years ago

@flyingduck92 The tricky part with extension activation, it has to be enabled to generate those snippets with options. So first, try to open typescript file, then change option and restart your vscode.

That's weird activation, but its working now