Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.04 KB

README.md

File metadata and controls

40 lines (23 loc) · 2.04 KB

Prisma provides deep integration with Prisma schema files, including syntax highlighting, code completion, linting and formatting.

Prisma Extension adds Prisma schema support to Nova

Requirements

Prisma requires some additional tools to be installed on your Mac:

To install the current stable version of Node, click the "Recommended for Most Users" button to begin the download. When that completes, double-click the .pkg installer to begin installation.

Usage

Prisma runs any time you open a local project, automatically lints all open files, then reports errors and warnings in Nova's Issues sidebar and the editor gutter:

Prisma Extension adds Prisma Schema support to Nova

Prisma intelligently suggests completions for you as you write:

See completion options as you write

Prisma displays relevant documentation when you hover over symbols:

Get tooltips when writting Prisma files

Prisma can automatically format your schemas on-save if you want, this can be turned on in Configuration. You can manually format prisma documents with the Format Schema command when a schema is open.

Configuration

To configure global preferences, open Extensions → Extension Library... then select Prisma's Preferences tab.