intellij-prisma icon indicating copy to clipboard operation
intellij-prisma copied to clipboard

Auto Complete/Auto Import not working

Open gurleensethi opened this issue 4 years ago • 3 comments

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`.

gurleensethi avatar Jan 28 '21 09:01 gurleensethi

As it says on the description:

For now, this plugin only provides syntax highlighting

paulosalvatore avatar Feb 07 '21 06:02 paulosalvatore

Any news here? 👀

SocketSomeone avatar Nov 25 '21 20:11 SocketSomeone

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

villesau avatar Jan 08 '22 14:01 villesau