-
Notifications
You must be signed in to change notification settings - Fork 789
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Language-Tools Documentation #4191
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
… accurately represented. Missing ; After (enum) ; tab has been moved, and ; After (model) ; has been added
...ent/200-concepts/100-components/09-prisma-language-tools/01-prisma-language-server/index.mdx
Show resolved
Hide resolved
|
||
It is not reccomended to have both the Stable and Insider release of the Prisma VS Code extension enabled in a given workspace. On detection, we emit the following warning: | ||
|
||
<!-- TODO: Picture? --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
|
||
To ensure effective syntax highlighting, ... emit the following warning: | ||
|
||
<!-- TODO: Picture? --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
|
||
<!-- TODO: Do we want to link the language-tools source? --> | ||
|
||
<!-- TODO: Do we want to menton prisma-engines -- part of the language server is implemented there --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
|
||
The Prisma Language Server implements the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/) and offers functionality in the following areas: | ||
|
||
<!-- TODO: link to https://www.prisma.io/docs/concepts/components/prisma-schema#auto-formatting ? --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we want to have a link to the auto-formatting section in prisma-schema here?
formatting, linting, tooltips, and go-to-def
added view for renaming
This PR probably requires the following redirects to be added to vercel.json:
|
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 46.7%, saving 621.63 KB.
196 images did not require optimisation. |
Describe this PR
There currently exists no real public documentation for Prisma's language-tools. The goal here is to remedy that.
Changes
Adding new sections on language-tools
What issue does this fix?
Closes #4174