-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Closed
Labels
EnhancementAreas for improvementAreas for improvement
Description
Is your feature request related to a problem? Please describe.
The search functionality doesn't work with generic type FQ Names like "IlSpyBugTest.ClassWithGenericType`1"
Describe the solution you'd like
When "IlSpyBugTest.ClassWithGenericType`1" is entered into the search term it should show the matching type
Additional context
Reproduce steps:
- Create assembly with a generic class:
namespace IlSpyBugTest
{
class ClassWithGenericType<T>
{
}
}- open assembly in ILSpy
- copy FQ Name from generic class

- enter FQ Name into search box (Types and Members)

No type shows up!
Metadata
Metadata
Assignees
Labels
EnhancementAreas for improvementAreas for improvement
