JunoLab / atom-ink

IDE toolkit for Atom
MIT License
228 stars 40 forks source link

filter goto-symbol results by argument count? #171

Open ssfrr opened 5 years ago

ssfrr commented 5 years ago

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.