Missing XML docs in type parameter tooltips
Open
Area-LangService-ToolTips
Feature Improvement
- Dominant language
- F#
- Stars
- 4.3k
- Forks
- 876
- Avg merge
- 4d 11h
- Merged PRs (30d)
- 131
Description
These tooltips have been added in https://github.com/dotnet/fsharp/pull/12933. Unless I've wired something wrong, they should include XML docs (`typeparam` is listed as a [supported tag](https://docs.microsoft.com/en-us/dotnet/fsharp/language-reference/xml-documentation#recommended-tags)).
```fsharp
/// Wrap
/// Param
type Wrap<'a> =
| Bah of 'a
```
Hovering over `'a` will just display an icon and the parameter name. Using `name="'a"` is the same.
Contributor guide
Assessment
This issue has not been assessed yet.