How to discover functions which apply to a given object?

Thanks, that is super helpful!

image

However it doesn’t seem to quite do what I’m looking for, depending on the level of type abstractness I think. For example, I had created a LightGraph.Graph and then added a node to it, and I was mentioning it was harder to find the add_nodes! function. Trying to find it with methodswith doesn’t seem to work:

It’s not entirely clear to me why.

In addition, while it is useful, having to type out and run a separate command is not as convenient as simple tab-completion. Is there a package or plans to add this sort of “methodswith” functionality in some interactive way?

2 Likes