DEV Community

Wahid
Wahid

Posted on

How to fix auto import not working in a React, TypeScript project

Make sure you have installed the "ES7+ React/Redux/React-Native snippets" extension in your VS Code.

Image descriptionEnsure its status is 'disable'.

Also, install the "TypeScript and JavaScript Language Features" extension.

Image description Ensure its status is 'disable.'

Top comments (2)

Collapse
 
md_samialbadhon profile image
Md Sami Al Badhon

can you share this "TypeScript and JavaScript Language Features" extension link with me?

Collapse
 
abdulwahidkahar profile image
Wahid

Hei Sami,

Here’s the link to the "TypeScript and JavaScript Language Features" extension:
marketplace.visualstudio.com/items...

You can also follow the solution in this StackOverflow thread for further help:
stackoverflow.com/questions/602973...