You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: