How to show a list of methods / functions in Textmate

I am working on a Lua file. I have some methods. I wanted to know if Textmate can be configured to display a list of methods inside a file and how to quickly reach the first line of a method by selecting a method from this list. I have a Lua and Corona specific Textmate package installed for the syntax highlighting the Lua and Corona API.

+4
source share
2 answers

what a bummer. Found the answer. Its in the bottom pane of the Textmate window. Near the size of the tabs.

+9
source

The quick shortcut should be in T or go to navigation → Go to symbol.

+5
source

All Articles