Wrong tooltip with a type provider constructor for an unresolved reference
Open
Area-LangService-ToolTips
Area-TypeProviders
Bug
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 144
Description
The constructor of a provided type leaks within the documentation tooltips in its visibility scope.
Simple repro:
```fsharp
module A
open FSharp.Data
type Cities = HtmlProvider<"https://www.worldometers.info/world-population/population-by-country/">
abrakadabra
```
Symptoms:
Interestingly, the leak remains as long as the import for the type provider exists:
Contributor guide
Assessment
This issue has not been assessed yet.