darthf1
darthf1
I'm on holiday now as well, I'll give it a go in ten days.
Same issue. The only way to get autocompletion is to annotate with `/** @var ... **/. In the meantime, tried with the `.phpstorm.meta.php` below, but without success: ```php
I found https://github.com/ikenfin/vite-plugin-sentry, but its unofficial. I'm not using that plugin myself so I don't know if it would fit here.
An updated version, including `Nuxt` types: filename: `vuejs-dialog.d.ts`: ```js declare module 'vuejs-dialog' { import { PluginFunction } from 'vue' export const install: PluginFunction interface DialogOptions { html?: boolean loader?: boolean...
Hi @rchl, I have the same issue, but I think it is introduced by a version change because I have not changed anything to my `nuxtI18n` config for a long...
Unfortunately downgrading from `6.15.4` to `6.15.1` has no impact. Could it be a dependency?
I think this is related to `babel`. What I did was create a new `Nuxt` project and compared `package.json` and `nuxt.config.ts` of my project to the newly created `Nuxt` project....
> As he mentions, `@` is a [special character](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters) in `@nuxtjs/i18n` v8 (vue-i18n v9) and later. > You need to use [literal interpolation](https://vue-i18n.intlify.dev/guide/essentials/syntax.html#literal-interpolation) > > Thanks! Ah ok, I was...
Hi @carlosas, How far is this from completion? :) I'm very eager to use this! I can do some testing if you want, providing its in an (almost) finished state.
Thats awesome! I didnt notice that the latest change in this PR is already published as [0.10.0-rc.2](https://github.com/carlosas/phpat/releases/tag/0.10.0-rc.2). Ill give that a go right away.