bug: value completions are available after the actual value #1394
Labels
bug/2-confirmed
Bug has been reproduced and confirmed.
domain/schema
Issue in the "Schema" domain: Prisma Schema, Introspection, Migrations etc.
kind/bug
A reported bug.
tech/engines/datamodel
Issue about parsing/validation/rendering of the Prisma schema
topic: autocompletion
LSP text document completion
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 the same line for provider, schemas, and relationMode.
This will be a logic bug in
psl/schema_ast/find_at_position.rs
regarding source positionsRelated:
XYZ_URL showing up as a completion within the text env but not between
v
and(
DIRECT_URL
(and the other _URL completions) should only be available as a completion either between the""
if present, or between()
ofenv()
The text was updated successfully, but these errors were encountered: