Path IntelliSense does not work from jsx template in React

Viewed 11

When I am inside a jsx template and I am typing a name of a component that I have not yet imported I get no path auto import recommendation.

enter image description here

While if I am outside of the jsx template the path auto import works just fine.

enter image description here

Is there any configuration in vscode to make path intellisense to work for jsx?

0 Answers
Related