back to home

prisma / language-tools

🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.

295 stars
52 forks
136 issues
TypeScriptJavaScriptShell

AI Architecture Analysis

This repository is indexed by RepoMind. By analyzing prisma/language-tools in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.

Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.

Source files are only loaded when you start an analysis to optimize performance.

Embed this Badge

Showcase RepoMind's analysis directly in your repository's README.

[![Analyzed by RepoMind](https://img.shields.io/badge/Analyzed%20by-RepoMind-4F46E5?style=for-the-badge)](https://repomind.in/repo/prisma/language-tools)
Preview:Analyzed by RepoMind

Repository Overview (README excerpt)

Crawler view

Prisma Language Tools VS Code extension and Language Server for Prisma schema files. • [**Prisma** (stable)][marketplace] • [**Prisma Insider** (preview)][marketplace-insider] [marketplace]: https://marketplace.visualstudio.com/items?itemName=Prisma.prisma [marketplace-insider]: https://marketplace.visualstudio.com/items?itemName=Prisma.prisma-insider Packages | Package | Description | | ------------------------------------------------------ | ------------------------------ | | | VS Code extension with plugins | | | LSP implementation | Quick Start Press in VS Code to launch the extension in debug mode. Available Commands | Command | Description | | --------------- | ---------------------------------------------------------- | | | Build all packages | | | Watch mode | | | Run unit tests in all packages (via Turborepo) | | | Run VS Code E2E tests | | | Lint all packages | | | Remove untracked files and directories (incl node_modules) | Documentation | Document | Description | | --------------------------------------------------------------- | ------------------------------------- | | AGENTS.md | Overview for AI agents | | Architecture | System design and file organization | | Development | Setup and debugging instructions | | Build System | esbuild bundling and static assets | | Plugin System | VS Code extension plugin architecture | | Language Server | LSP implementation details | | Local Prisma Postgres | Local dev server and worker process | | Testing | Test patterns and helpers | | Common Tasks | How to add features | | CI/CD | GitHub Actions workflows | | Gotchas | Important tips and warnings | Build Status [![E2E tests after release][e2e-vsix-badge]][e2e-vsix-action] [![E2E tests before Insider release][e2e-insider-badge]][e2e-insider-action] [![Language Server tests][ls-tests-badge]][ls-tests-action] [e2e-vsix-badge]: https://github.com/prisma/language-tools/workflows/E2E%20tests%20after%20release%20on%20VSIX/badge.svg?branch=main [e2e-vsix-action]: https://github.com/prisma/language-tools/actions/workflows/e2e_published_vsix.yml?query=branch%3Amain [e2e-insider-badge]: https://github.com/prisma/language-tools/workflows/5.%20Integration%20tests%20in%20VSCode%20folder%20with%20published%20LS/badge.svg?branch=main [e2e-insider-action]: https://github.com/prisma/language-tools/actions/workflows/5_e2e_tests.yml?query=branch%3Amain [ls-tests-badge]: https://github.com/prisma/language-tools/workflows/3.%20Unit%20tests%20for%20LS%20and%20publish/badge.svg?branch=main [ls-tests-action]: https://github.com/prisma/language-tools/actions/workflows/3_LS_tests_publish.yml?query=branch%3Amain