Intellisense triggered for the wrong position with backticks
Open
Area-LangService-AutoComplete
Bug
Impact-Medium
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
**Repro steps**
```fsharp
let ``type`` (): unit = i
```
Press ctrl-space on `i`.
**Expected behavior**
Completions for `i` are shown.
**Actual behavior**
Completions for ` ``type`` ` (supposedly, if the panel's position is anything to go by) are shown.

**Known workarounds**
Avoid identifiers with backticks.
**Related information**
VS 17.7.0 Preview 2.0
Contributor guide
Assessment
This issue has not been assessed yet.