gribbl

Results 3 comments of gribbl

Hi. The same happened to me with an Adonis project with Inertia and React. As soon as I installed it, vscode intellisense became very slow.

So if I get it right. If we want a verify_email_notification.ts file we would end up with a verify_notification.ts file instead?

Yeah. If someone wants to name his file `verify_email_intent.ts` (like this example in the [documentation](https://docs.adonisjs.com/guides/digging-deeper/mail#class-based-emails)) we end up with `verify_e_intent.ts` or with `verify_intent.ts` with the solution suggested above. But what...