Auto Import in Visual Studio Code for React-Native Development

28,105

Check out the Auto Import plugin by steoates for VS Code

Share:
28,105
Khemraj Sharma
Author by

Khemraj Sharma

Email : [email protected] LinkedIn : https://www.linkedin.com/in/khemrajsharma/ Flutter, Android, Kotlin, Java, Dart, JavaScript Just love to code Pluralsight Java Expert & Android Proficient HackerRank Java 5 Star

Updated on July 17, 2022

Comments

  • Khemraj Sharma
    Khemraj Sharma almost 2 years

    Is there an extension for VS Code that makes Auto Import for React Native Components?

    For Example:

    When I type <View, then it automatically suggest for import { View } from 'react-native';