I've had a look and seen the issue. Try these steps as they solved the issue for me:
Add this to your VS Code settings.json
:
{
"vue.enableTakeOverMode": true
}
This gives IntelliSense for:
ref(), reactive(), computed()
watch, watchEffect
Auto-imported Nuxt 3 helpers (like useRoute, useFetch)