Ruby on rails Atom编辑器-如何在右窗格中显示当前的RubyonRails类方法

Ruby on rails Atom编辑器-如何在右窗格中显示当前的RubyonRails类方法,ruby-on-rails,ruby,navigation,atom-editor,Ruby On Rails,Ruby,Navigation,Atom Editor,我正在使用Atom作为IDE,我非常喜欢它。 我面临的唯一问题是无法在右侧窗格中显示当前类属性/方法,就像Zend Studio的大纲窗格一样: 我曾尝试使用ruby navigator包,但无法正常工作。查看该包 另外,也许您需要生成CTAG rails项目的CTAG生成示例: ctags-e--exclude=.git--exclude='*.log'-R*bundle show--path;pwd`` 或 ctags-R--exclude=.git--exclude=log--excl

我正在使用Atom作为IDE,我非常喜欢它。 我面临的唯一问题是无法在右侧窗格中显示当前类属性/方法,就像Zend Studio的大纲窗格一样:

我曾尝试使用ruby navigator包,但无法正常工作。

查看该包 另外,也许您需要生成CTAG

rails项目的CTAG生成示例:

ctags-e--exclude=.git--exclude='*.log'-R*
bundle show--path;pwd``

ctags-R--exclude=.git--exclude=log--exclude=tmp--exclude=autotest--exclude=db-f.tags*~/.rvm/gems/`rvm current