IntelliJ IDE not recognizing auto-imports unlike VSCode
Hey everyone! 
I'm facing an issue with IntelliJ where the auto-imported i18n functions (like
Setup:
Thanks in advance!
I'm facing an issue with IntelliJ where the auto-imported i18n functions (like
$t) aren't being recognized, while they work perfectly fine in VSCode.Setup:
- Nuxt 3 (
4)compatibilityVersion - @nuxtjs/i18n
- IntelliJ IDEA
- TypeScript is up to date (^5.7.2)
- Nuxt plugin is installed
- .nuxt folder is marked as Sources Root
Thanks in advance!