Got to declaration, highlight symbol, find usages, etc. do not work on DU type if used to qualify unexisting case
Open
Area-LangService-AutoComplete
Bug
Impact-Low
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
There is a DU `Msg`, which does not have `Delete` case (yet). Using qualified case name `Msg.Delete`, it's impossible to jump to `Msg` type declaration:

However, completion does work as expected:

Contributor guide
Assessment
This issue has not been assessed yet.