olance / intellij-prisma

Prisma schema file support for IntelliJ IDEs (WebStorm, PHPStorm, Pycharm, RubyMine, ...)
MIT License
26 stars 3 forks source link

Use Prisma language server for intellisense #15

Open villesau opened 2 years ago

villesau commented 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.

bigjoky commented 2 years ago

I absolutely agree with that!