首页 > 解决方案 > Emacs + Ruby:导航到@see YARD/RDoc 类/方法标记参考

问题描述

我试图弄清楚是否可以使用标准 YARD/RDoc@see标签跳转到另一个引用的模块/类/方法。

class Foo
  def method1
  end

  # @see {#method1}
  def method2
  end
end

这是 RubyMine IDE 在您按住 ctrl 时为您提供的。

我是否需要 LSP/Solagraph 功能,或者它只是 Emacs 中不存在的东西?

标签: rubyemacsrdocyardlanguage-server-protocol

解决方案


推荐阅读