Search by type name and / or type implementation
gillchristian opened this issue · 0 comments
gillchristian commented
Let's consider this type:
type Foo = string | number
Searching by Foo
and by string | number
should show the results of this.
There are some limitations here and improvements that would need to be do to the extractor to support this (at the moment Foo
would actually be extracted as string | union
and not include the name).