Tip: TextMate Go to Symbol
Posted by anthony crumley, Tue Oct 30 07:33:00 UTC 2007
Go to Symbol is very similar to Go to File. Press shift-apple-T and a dialog will appear that contains all the methods in the current file. The up and down arrows can be used to select a method. When the desired method is selected pressing return will navigate there. The special sauce is the text box where you can type the name of the method to select it. As with Go to File, the method name can be abbreviated, i.e. typing lmn will match long_method_name().