language-tools
language-tools copied to clipboard
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
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...
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...
We already have code highlighting, but auto completion would make it even nicer. (Use case: Some tests in prisma/prisma)
## 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...
## 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:...
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...
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...
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:...
## 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...
## 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...