Install the Prisma VS Code Extension

Ryan Chenkie
InstructorRyan Chenkie
Share this video with your friends

Social Share Links

Send Tweet
Published 3 years ago
Updated 3 years ago

Prisma offers an extension for VS Code that enables syntax highlighting, autocompletion, and more for Prisma Schema files. In this lesson, we learn how to install the Prisma VS Code extension.

Lecturer: [0:00] Prisma offers an extension for VSCode. It's very useful for doing things like syntax highlighting and auto-completion, and you'll want to use it when you are working with your Prisma schema.

[0:10] If you're using VSCode, you can install it from the Extensions Marketplace. Search for Prisma. The first result is the one that most users will want. It's the Prisma extension at the current version, the current stable release of Prisma, in this case, 2.26. You can install it here.

[0:27] The second result may be useful for you. It's the Prisma Insider extension. This extension is used alongside some Prisma features that are in early access or preview. In most cases, the Prisma extension at the current version is the one that you'll want to go for.