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 from 'react' #275

Closed chadleong closed 1 year ago

chadleong commented 1 year ago

Since this statement is no longer needed in React 17+, can this be disabled while using rafce

totti-rdz commented 1 year ago

In the extension settings there is a setting called "Import React On Top" that "controls if snippets should add import React from 'react'; at the top of components. Use if you have React +17 and use jsx transform." I'm pretty sure, you're looking for that.

PS. works on VS Code

chadleong commented 1 year ago

Thanks that does the trick !