intellij-prisma
intellij-prisma copied to clipboard
Auto Complete/Auto Import not working
Let's say I have a model Article
in my Prisma Client.
If I try to give a type to a variable for this model, the type doesn't show up in auto complete and hence no auto import.
const myArticle: Arti // <---- Expecting to get auto complete here which contains `Article` from `PrismaClient`.
As it says on the description:
For now, this plugin only provides syntax highlighting
Any news here? 👀
I think incorporating Prisma Language Server would help: https://github.com/prisma/language-tools/tree/main/packages/language-server Not sure what it would take to take it into use though.
This could help integrating them: https://github.com/ballerina-platform/lsp4intellij