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.
While if I am outside of the jsx template the path auto import works just fine.
Is there any configuration in vscode to make path intellisense to work for jsx?

