All Projects → olance → intellij-prisma

olance / intellij-prisma

Licence: MIT license
Prisma schema file support for IntelliJ IDEs (WebStorm, PHPStorm, Pycharm, RubyMine, ...)

Programming Languages

kotlin
9241 projects
Lex
420 projects

Projects that are alternatives of or similar to intellij-prisma

SideMirror
An Android Studio plugin to mirror your android devices with scrcpy directly from Android Studio.
Stars: ✭ 49 (+96%)
Mutual labels:  intellij-plugin, jetbrains-ides, jetbrains-plugin
laravel-query-intellij
💿 Laravel Query Builder integration for PhpStorm
Stars: ✭ 37 (+48%)
Mutual labels:  intellij-plugin, phpstorm-plugin
intellij-investor-dashboard
📈 Investor Dashboard for JetBrains IDEs. Support A Share, H.K. Stocks, U.S. Stocks and Crypto etc.
Stars: ✭ 60 (+140%)
Mutual labels:  intellij-plugin, jetbrains-plugin
ansible-vault-editor-idea-plugin
Ansible Vault Editor IntelliJ Plugin with auto encryption/decryption
Stars: ✭ 29 (+16%)
Mutual labels:  intellij-plugin, jetbrains-plugin
idea-php-typo3-plugin
TYPO3 CMS Plugins for IntelliJ IDEA / PhpStorm
Stars: ✭ 93 (+272%)
Mutual labels:  intellij-plugin, phpstorm-plugin
idea-php-advanced-autocomplete
Plugin for PhpStorm IDE. Adds auto-completion support for various built-in PHP functions, where parameter is a string literal.
Stars: ✭ 57 (+128%)
Mutual labels:  intellij-plugin, phpstorm-plugin
idea-php-shopware-plugin
Shopware Plugin for PhpStorm which extends Symfony Plugin
Stars: ✭ 50 (+100%)
Mutual labels:  intellij-plugin, phpstorm-plugin
Intellij Hcl
HCL language support for IntelliJ platform based IDEs
Stars: ✭ 207 (+728%)
Mutual labels:  syntax-highlighting, intellij-plugin
intellij-extra-icons-plugin
🧩 IntelliJ IDEA based IDEs plugin that registers some extra icons for common files like travis.yml, gitlab-ci, jenkinsfile, Git sub-modules, etc.
Stars: ✭ 146 (+484%)
Mutual labels:  intellij-plugin, jetbrains-ides
intellij-diff-plugin
Syntax highlighting for .diff files and .patch files in IntelliJ IDEs
Stars: ✭ 17 (-32%)
Mutual labels:  syntax-highlighting, intellij-plugin
BugKotlinDocument
Plugin for IntelliJ IDEA ┗😃┛ Android Studio ┗😃┛ CLion ┗😃┛ AppCode.
Stars: ✭ 29 (+16%)
Mutual labels:  intellij-plugin, jetbrains-plugin
intellij-firebase-highlighter
A Syntax Highlighter for Firebase Rules.
Stars: ✭ 26 (+4%)
Mutual labels:  syntax-highlighting, intellij-plugin
TranslationPlugin
Translation plugin for IntelliJ based IDEs/Android Studio/HUAWEI DevEco Studio.
Stars: ✭ 9,375 (+37400%)
Mutual labels:  intellij-plugin, jetbrains-ides
KeyLighter
Yet another syntax highlighter for PHP
Stars: ✭ 29 (+16%)
Mutual labels:  syntax-highlighting
Fragaria
Cocoa syntax highlighting text view
Stars: ✭ 53 (+112%)
Mutual labels:  syntax-highlighting
newsroom
A simple, minimalistic Hugo theme. View Demo here
Stars: ✭ 200 (+700%)
Mutual labels:  syntax-highlighting
android-studio-plugin
Integrate your Android project with Crowdin
Stars: ✭ 52 (+108%)
Mutual labels:  intellij-plugin
intellij-frege
IntelliJ IDEA plugin for Frege language
Stars: ✭ 34 (+36%)
Mutual labels:  intellij-plugin
Better-Less
Cross-compatible syntax highlighting for Less
Stars: ✭ 13 (-48%)
Mutual labels:  syntax-highlighting
PlantUml-Language-Service
PlantUml Language Service extension for Visual Studio 2017 and 2019
Stars: ✭ 24 (-4%)
Mutual labels:  syntax-highlighting

Prisma support for IntelliJ

This IntelliJ plugin aims to provide basic support for Prisma's .schema files into Jetbrains IDEs.

Features wishlist

  • Prisma icon on .prisma files
  • Syntax highlighting
  • Prisma-specific Color Scheme – being able to fine-tune syntax highlighting of Prisma-specific tokens
  • Error highlighting
  • Code formatter - being able to automatically format a .prisma file
  • Line commenter – being able to comment the current line via a keyboard shortcut
  • Code folding – being able to fold/collapse blocks within the editor
  • Code structure view - being able to see the file's structure in the Structure tool window
  • Usage finder - being able to find usages of an entity
  • Reference resolution - being able to navigate from an entity usage to its definition
  • Code completion - being able to provide autocompleted keywords/entity names
  • Code style settings - being able to configure .prisma code formatting styles
  • Line markers - being able to navigate to related code from gutter markers

Implemented features

Syntax Highlighting

Syntax Highlighting is tailored to the Schema Language tokens and allows you to fully customize the file's rendering through a dedicated Color Settings page.

Syntax Highlighting

Syntax Highlighting

Contributing

You're more than welcome to open issues and submit PR to help me maintain & improve this plugin!

License

Plugin released under the MIT license - see LICENSE.md

Prisma's icon is © Prisma

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].