You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type View and the intellisense will suggest the import, use it to generate:
import{View}from'react-native'View// Now start here
Type Button and the intellisense will suggest the import, use it. It will not import the Module (if you enable the Semicolon and start over, it will work as expected).
The text was updated successfully, but these errors were encountered:
The no semicolon option only works in the first import.
Steps to reproduce
Tested on an react-native project (inside an empty .js file) with the following autoImports Settings:
View
and the intellisense will suggest the import, use it to generate:Button
and the intellisense will suggest the import, use it. It will not import the Module (if you enable the Semicolon and start over, it will work as expected).The text was updated successfully, but these errors were encountered: