Finding functions

If I understand correctly, this is a quite general problem given how multiple dispatch creates a large number of possible operations on a given type. I remember reading a discussion about the same issue here:

It’s already a few years old, so I’m not sure if there are some new developments in VSC since then, but maybe you find methodswith helpful.

Also just found this (haven’t looked at the suggestions in detail yet, but sounds like it could be usefule as well):

1 Like