microsoft / microsoft/qdk

Completions should be aware of string literals

Open
#2,000 0 comments 0 reactions 1 assignee Claimed by @minestarks View on GitHub
bug low-priority
Dominant language
Rust
Stars
1k
Forks
212
Avg merge
3d 8h
Merged PRs (30d)
65

Description

Completions have buggy behavior in the following cases:

Should show completions, but are suppressed due to naive check for line comments:
```qsharp
let x = "// comment" + |
```

Should NOT show completions, but do today:
```qsharp
let x = "foo.|"
```

See #1999 for some context

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.