在Atom中查看文件的结构

时间:2016-08-17 17:12:56

标签: github atom-editor

我习惯了像Eclipse和Intellij这样的IDE,并试图完全切换到Atom。很少有我无法弄清楚的东西(或找到的包裹): 1.如何在Atom中查看文件的结构。对于例如一个快捷方式,它将向我显示文件中的类/方法/变量,以便我可以快速地从一个跳转到另一个。 2.如何进入方法或类的声明?当我点击右键时,我看到“转到声明”作为选项之一但它似乎没有做任何事情 - 至少对于php文件。我错过了什么吗?

感谢。

2 个答案:

答案 0 :(得分:0)

对于1.) How to view the structure of the file in Atom. For e.g. a shortcut that would show me the classes/methods/variables in a file so that I can jump from one to the other quickly,您可以使用我刚刚发现的symbols-tree-view,因为我正在搜索相同的功能。您可以浏览类,函数,变量,...并单击它们以实现目标。

您的问题2.) How to go to the declaration of a method or class? I see "Go to declaration" as one of the options when I right click but it does not seem to do anything -- at least for php files. Am I missing something there?也应该由此回答?

答案 1 :(得分:0)

尝试这个https://github.com/alibaba/structure-view

用于ATOM编辑器的结构视图,就像Eclipse中的“大纲”视图或IDEA / WebStorm中的“结构”工具窗口一样,可通过树形视图快速导航源代码的符号。