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

filter goto-symbol results by argument count? #171

Open
ssfrr opened this issue Aug 21, 2018 · 0 comments
Open

filter goto-symbol results by argument count? #171

ssfrr opened this issue Aug 21, 2018 · 0 comments

Comments

@ssfrr
Copy link
Contributor

ssfrr commented Aug 21, 2018

When invoking goto-symbol at a call-site I get a pretty long list of methods. I realize it's not possible statically to know the types of the arguments to do full dispatch, but I wonder if it would be a good idea to filter the list at least based on argument count? That would hopefully get rid of some false positives. Not sure if it's too complicated to deal with default arguments, etc. though.

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

No branches or pull requests

2 participants