Plugin development is moved to JetBrains plugin repository.
Adds support for Prisma ORM and Prisma Schema Language (PSL). The following features are available:
- Complete Prisma Schema Language grammar support
- Semantic syntax highlighting
- Code completion
- Documentation
- Line commenter
- Reader mode for comments with Markdown support
- Braces and quotes automatic insertion
- Rename refactoring
- Structure view
- Folding
- LSP support (since version 2022.3)
- Improved completion and resolve for generated Prisma client
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Prisma" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
Plugin based on the IntelliJ Platform Plugin Template.