language-tools icon indicating copy to clipboard operation
language-tools copied to clipboard

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

Results 217 language-tools issues
Sort by recently updated
recently updated
newest added

I have a few traces, but not sure how useful they are: 1. Output of `code --status`: With Prisma Insider v7.0.3: Version: Code 1.48.2 (a0479759d6e9ea56afa657e454193f72aef85bd0, 2020-08-25T10:09:08.021Z) OS Version: Darwin x64...

bug/2-confirmed
kind/bug
topic: file watching

For huge schemas, being able to follow a relation not only to the model but the back relation is pretty useful - especially if there are _multiple_ relations between the...

kind/feature
domain/schema
topic: syntax highlighting
topic: jump-to-definition

We already have code highlighting, but auto completion would make it even nicer. (Use case: Some tests in prisma/prisma)

kind/feature
topic: autocompletion
topic: vscode
domain/schema
topic: TS integration

## Problem Currently the default behavior of this extension when forming a relationship between two models is to capitalize the field name and create a one-to-many relationship. (e.g. For the...

kind/improvement
topic: formatting
topic: prisma-fmt
domain/schema

## Bug description Field names are uppercased when they should be lowercased when saving https://user-images.githubusercontent.com/27310414/120463749-821a2c80-c39c-11eb-939c-11555da396d8.mp4 ## Expected behavior Field names should be lowercased. ## Environment & setup Version: 1.56.2 Commit:...

kind/improvement
topic: formatting
topic: prisma-fmt
domain/schema

Examples: - When there are multiple relations between the same types and/or self-relations - In the case of a 1:1 relation and the referencing key is not specified Extracted from...

kind/feature
domain/schema
topic: quick fix

Good morning, I'm a JetBrains WebStorm user, I've started learning prisma and I know that there's an official plugin for VS Code, but no one for the JetBrains suite. there...

kind/feature
domain/schema

Issue Type: Bug I turned off all plugins except prisma, I use nx monorepo and tried to create minimal reproduction, but failed to reproduce. add more details later. Extension version:...

bug/1-unconfirmed
kind/bug
team/schema
topic: file watching

## Problem I love how full-featured the `prisma` extension for VS Code is. I wish I could also enforce my organization's database conventions by extending the tool with my own...

kind/feature
topic: formatting
topic: language server
domain/schema

## Problem The tables are created in Pascal Case. Most of the time developers rename it to lowercase. ## Suggested solution When someone does `@@map`, they specifically want to make...

kind/feature
topic: autocompletion
team/schema