Sophie

Results 38 issues of Sophie

I'm wondering if this is intended, despite the main package.json listing a dependency of angular v12 ``` Could not resolve dependency: peer @angular/common@"^8.2.0" from [email protected] ```

closes #5

kind/feature

[internal notion doc](https://www.notion.so/prismaio/Views-c1373f139d8b49798187186319c8c84e#8fdf618829b648d69f3437edd94c2a27) ## Features - [x] https://github.com/prisma/language-tools/issues/1346 - [x] preview feature flag - [x] grammar for syntax highlighting - [x] https://github.com/prisma/language-tools/issues/1365 - [ ] https://github.com/prisma/language-tools/issues/1367 - [ ] https://github.com/prisma/language-tools/issues/1362...

tech/engines
tech/typescript
domain/schema
kind/epic
topic: views

bug/1-unconfirmed
kind/bug
topic: autocompletion
domain/schema

Value completions are available after a value (but not immediately like one space after) -- note, this only seems to affect url completions, completions do not show up again on...

bug/2-confirmed
kind/bug
topic: autocompletion
tech/engines/datamodel
domain/schema

### Bug description Property value completions can trigger anywhere after the name, which can be before the = sign :: This is an issue with find_at_position and would probably require...

bug/2-confirmed
kind/bug
topic: autocompletion
tech/engines/datamodel
domain/schema

### Bug description Completions shouldn't trigger on the closing line with the } on it Possibly relevant Pest [docs](https://docs.rs/pest/latest/pest/#push-pop-drop-and-peek). [Internal discussion](https://prisma-company.slack.com/archives/C02FNFLDUS3/p1675335077997929?thread_ts=1675096401.749589&cid=C02FNFLDUS3) ![image](https://user-images.githubusercontent.com/29753584/225586564-857aee0e-3df0-4a07-a01b-f7cd6bf7785f.png) ### How to reproduce 1. Open a schema...

bug/2-confirmed
kind/bug
topic: autocompletion
tech/engines/datamodel
domain/schema

Relevant code: [language-server/codeActionProvider/quickFix()](https://github.com/prisma/language-tools/blob/64498420c900338102f5edd1a24e9bfbb8bf5c1c/packages/language-server/src/codeActionProvider.ts#L100-L127)

kind/improvement
tech/typescript
domain/schema
topic: quick fix
topic: code action
topic: views

### Pre-requisite: #### Test if dots are indeed allowed in the namespace name across providers - [ ] coackroachdb - [ ] mongodb - [ ] mysql - [ ]...

kind/feature
tech/engines
domain/schema
topic: multiSchema
topic: diagnostics