language-tools
language-tools copied to clipboard
Compare Prisma editor support to VS Code
We have editor support for many tools: https://www.prisma.io/docs/guides/development-environment/editor-setup How do they compare to our official VS Code extension?
We could do a feature matrix and compare.
For Sublime Text at least, these are the features that PrismaHighlight & LSP-prisma provide.
PrismaHighlight- Syntax support, ability to quickly navigate to a model, enum or type usingGoto Symbol& commenting lines out.LSP-prisma- I have tried linting, formatting, renaming, navigation, documentation hover, auto completion using some of the test fixture files found in the language server folder and they seem to work very well. I am not sure if the client side stuff of the extension provide anything extra.