Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理一个 Lua 文件。我有一些方法。我想知道是否可以配置 Textmate 以显示文件中的方法列表,以及通过从该列表中选择方法来快速到达方法的第一行的方法。我确实安装了 Lua 和 Corona 特定的 Textmate 包,用于突出显示 Lua 和 Corona API 的语法。
真可惜。找到了答案。它在 Textmate 窗口的底部窗格中。标签大小旁边。
一个快速的快捷方式是 ⇧⌘T 或转到 Navigate -> Go to Symbol。