Auto-Import
Auto-Import copied to clipboard
Autoimports for vue in js files
I have a project created with Vite. The problem is that I get code suggestions, for example for 'reactive', but can't get autoimport working and I have to add them manually. Everything goes fine in *.vue files, the problem is with *.js ones. Can I make autoimport work for *.js files too? Regards.