dotnet / dotnet/fsharp

Missing XML docs in type parameter tooltips

Open
#13,295 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.