Skip to content

Completions should be aware of string literals #2000

Open
@minestarks

Description

@minestarks

Completions have buggy behavior in the following cases:

Should show completions, but are suppressed due to naive check for line comments:

let x = "// comment" + |

Should NOT show completions, but do today:

let x = "foo.|"

See #1999 for some context

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglow-prioritybacklog items with low priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions