Is there a way in emacs when you open a source file to see a list of all defined methods?
I frequently open a file, and am looking for some method matching something like `/{car,boat,ship}/` but I don't want to match function calls just their declarations
I could do some custom regex where it searches those but only matches the function declarations I suppose that's what I should do.