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

Allow docs search to search return / parameter / property types #40

Open
kav2k opened this issue Oct 4, 2019 · 0 comments
Open

Allow docs search to search return / parameter / property types #40

kav2k opened this issue Oct 4, 2019 · 0 comments

Comments

@kav2k
Copy link

kav2k commented Oct 4, 2019

Currently, the search does not consider return type of methods, type of parameters or type of properties for the search. This can make it hard to see where types are used.

Example: trying to find how to get an instance of ClientUser.

https://discord.js.org/#/docs/main/stable/search?q=ClientUser
This will not consider Client#user as a search result.

It would be great to be able to find all methods/properties that use or return a particular type.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant