Skip to content

Show hint for generic type parameter #8154

Closed
dotnet/roslyn
#78076
@just-ero

Description

@just-ero

Summary

Show a hint for generic parameters.

Background and Motivation

Hints for method parameters exist. A similar hint for generic parameters would be helpful.

Proposed Feature

Take the following example code:

/// <typeparam name="T">Param documentation.</typeparam>
class C<T> where T : class;

When using the class by typing C<, a hint along these lines would be helpful:

(generic parameter) class T
  Param documentation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions