Open villesau opened 2 years ago
Prisma has it's own language server: https://github.com/prisma/language-tools/tree/main/packages/language-server and there is a library for adding LSP support in intellij plugins: https://github.com/ballerina-platform/lsp4intellij
With those it could be reasonable amount of work to build intellisense features on top of Prisma language server.
I absolutely agree with that!
Prisma has it's own language server: https://github.com/prisma/language-tools/tree/main/packages/language-server and there is a library for adding LSP support in intellij plugins: https://github.com/ballerina-platform/lsp4intellij
With those it could be reasonable amount of work to build intellisense features on top of Prisma language server.