VS: code related to updating statusbar is defunct
Open
Area-VS
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
The code displaying info in status bar is commented out:
https://github.com/dotnet/fsharp/blob/1bb1c3c930c0dc015d86172c1bdbe7992a15ddcb/vsintegration/src/FSharp.Editor/Navigation/GoToDefinition.fs#L111
Let's investigate what to do with it.
It could be best to remove it for now, so there is less useless passing around of IVSStatusBar and fewer requests to the old COM IServiceProvider in editor code. Maybe removing it would help with refactoring of GoToDefinition.fs, which currently stands at more than 1k lines of code 🤯.
Related: #15000, #14995.
Contributor guide
Assessment
This issue has not been assessed yet.