Socket
Book a DemoInstallSign in
Socket

@prisma/language-server

Package Overview
Dependencies
Maintainers
1
Versions
9000
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prisma/language-server

Prisma Language Server

latest
Source
npmnpm
Version
31.3.4
Version published
Weekly downloads
12K
98.07%
Maintainers
1
Weekly downloads
 
Created
Source

Prisma Language Server

The Prisma Language Server implements the Language Server Protocol (LSP) to provide IDE features for Prisma schema files (.prisma).

Installation

npm install -g @prisma/language-server

Usage

# Run via stdio (for editor integration)
prisma-language-server --stdio

Features

  • Diagnostics — Real-time error and warning highlighting
  • Completions — Context-aware suggestions for keywords, types, attributes
  • Hover — Documentation on hover for models, fields, attributes
  • Go to Definition — Jump to model/enum definitions
  • Document Formatting — Format .prisma files
  • Code Actions — Quick fixes for common issues
  • Rename — Rename models, enums, fields with automatic @map handling
  • Document Symbols — Outline view of models, enums, generators
  • References — Find all usages of a model or enum

Documentation

For development and architecture details, see:

Contributing

See CONTRIBUTING.md for development workflow details.

Security

Report security issues to security@prisma.io

Keywords

autocomplete

FAQs

Package last updated on 19 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts