dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.91k stars 4.01k forks source link

Inline parameter hints should show for type parameters #47014

Open jasonmalinowski opened 4 years ago

jasonmalinowski commented 4 years ago

Sometimes in Roslyn we have a bunch of code with a bunch of type parameters, like:

https://github.com/dotnet/roslyn/blob/13873cc646d9499f25e72c7aa1b0a9c668a0d013/src/Workspaces/CSharp/Portable/SemanticModelReuse/CSharpSemanticModelReuseLanguageService.cs#L22-L27

In these cases, it'd be nice if the type parameter names were displayed.

jasonmalinowski commented 4 years ago

Moving this to 16.9 as we'll have to figure out some design thoughts for this.