Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search by type name and / or type implementation #20

Open
gillchristian opened this issue Sep 7, 2019 · 0 comments
Open

Search by type name and / or type implementation #20

gillchristian opened this issue Sep 7, 2019 · 0 comments
Labels
Extract Extracting function types from TS modules Search All search things

Comments

@gillchristian
Copy link
Member

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 gillchristian added Extract Extracting function types from TS modules Search All search things labels Sep 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Extract Extracting function types from TS modules Search All search things
Projects
None yet
Development

No branches or pull requests

1 participant