LSP-prisma
Prisma schema support for Sublime Text's LSP package using the Prisma Language Tools.
Details
Installs
- Total 2K
- Win 732
- Mac 698
- Linux 625
| Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 |
| Mac | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 |
| Linux | 0 | 1 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 |
Readme
- Source
- raw.githubusercontent.com
LSP-prisma
LSP-prisma is a LSP helper package for the Prisma Language Server. LSP-prisma on it's own doesn't do anything. It acts as a glue between the LSP package and the Prisma Language Server. It takes care of downloading, configuring & updating the language server for you so that you don't have to do it manually.

Features
Everything that the Prisma Language Server supports, which includes
- Linting for your prisma schema files to show possible issue(s) & error(s).
- Intelligent auto completions.
Goto Definitionfor models, enums & types.- Formatting of your schema files using
prisma fmt.
Read the Documentation section to understand how to use these features in ST.
Installation
Package Control
Make sure that you have the LSP & the PrismaHighlight packages installed before installing LSP-prisma (since LSP is the client package implementing the LSP protocol and is needed by LSP-prisma in order to work. The PrismaHighlight package is needed to help LSP-prisma attach the language server to the Prisma schema files using the syntax scope provided by PrismaHighlight).
The recommended way is to use
Package Control: Install Packagefrom the command palette. Search forLSP-prismaand hit enter. The package will be installed. Package Control will take care of auto updating the package as & when there are new tagged releases.Another way to install is to use
Package Control: Add Repositoryfrom the command palette. Copy the github url (without the.gitat the end) and enter it into the input panel that pops up at the bottom when you selectPackage Control: Add Repository. Now usePackage Control: Install Packageand search forLSP-prismaand install it. This is not the recommended way though, as this will periodically pull changes from themain/masterbranch. So there are chances of features breaking.
Documentation
How to use this package ?
A wiki documentation is currently being prepared. In the mean time, if you have any questions, feel free to use the Discussions setup to ask questions !
Reporting issues.
This package is just a wrapper around the Prisma Language Tools. If you face any issues, you can verify to see if the same issue occurs in VS Code. If it does, it's an issue with the language server and an issue should be filed with them.
Please follow the issue template that has been setup while reporting any bug(s) (So as to stay as organized as possible).
Acknowledgements.
This package won't exist without LSP & the Prisma Language Tools, so huge thanks to them, the ST LSP package maintainers for bringing LSP capabilities to ST & the Prisma Language Tools maintainers for making working with Prisma schema files easier !
License
The MIT License (MIT)
Copyright 2022-2024 © Ashwin Shenoy
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.