Skip to content

Is there any integrated extention in vscode or any tool in vscode could help do the static code analysis on prisma #24230

Closed Answered by ludralph
jiz17043 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jiz17043 👋

Thank you for raising this question.

There is a Prisma extension for Visual Studio Code that can assist with static code analysis. The Prisma VS Code extension uses the prisma-fmt engine, which is written in Rust, to parse and format the Prisma schema, perform static analysis (linting), and provide feedback such as errors and suggestions.

The extension also provides support for users when writing or editing their Prisma files, offering features such as autocompletion, syntax highlighting, linting, and documentation. It also helps with navigating and understanding the schema by providing tooltips, comments, and the ability to go to definitions.

You can install the official P…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jiz17043
Comment options

Answer selected by jiz17043
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants