r5n-dev / vscode-react-javascript-snippets

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

Think big make small #290

Open freelancerrabiul opened 1 year ago

freelancerrabiul commented 1 year ago

I thing we don't need to auto import this line at the top of every jsx file "import React from 'react'" because everything seems to be working fine without writing it. So I thing it should be fixes. Thanks!

hubcio2115 commented 1 year ago

There is an option for this in the extension's settings but it does not seem to work. For me at least. image

hubcio2115 commented 1 year ago

Found an issue where someone had the same problem with enabling "import react". After playing with the settings I seem to fixed it for me. Also it has been resolved here