tsearch icon indicating copy to clipboard operation
tsearch copied to clipboard

Search by type name and / or type implementation

Open gillchristian opened this issue 5 years ago • 0 comments

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).

gillchristian avatar Sep 07 '19 16:09 gillchristian