像PHP一样内联RubyDocumentor行?

问题描述 投票:0回答:1

在PHP中,我们可以描述任何变量并在像PHPStorm这样的IDE中获得适当的自动完成。

/** @var MyClass $my */
$my = $this->getMy();

有没有办法通过使用RDoc在RubyMine中创建它?

ruby autocomplete rubymine rdoc
1个回答
0
投票

终于找到了我的旧代码...... :)

# @type [Some::MyClass] my
my = getMy
© www.soinside.com 2019 - 2024. All rights reserved.