Ctrl+Q (Quick Documentation Lookup)?
I use Ctrl+Q a lot with Java projects in IDEA. It renders the Javadoc nicely.
When I do the same with Ruby comments of a method, Ctrl+Q does not render the comments correctly. In fact Ctrl+Q does not do anything at all.
Am I missing something?
请先登录再写评论。
Hello Kedar,
Could you please perform goto declaration having the caret placed in the same place where you invoked Ctrl+Q. What is the resullt?
Regards,
Oleg
Oleg,
It says -- No declaration to go to. :(
See attached. This happens with all -- my files/classes as well as library classes (e.g. array.rb)
Thanks,
Kedar
Attachment(s):
ctrl-q-problem.zip
Arhhh, now the problem is clear, RubyMine doesn't provide Quick documentation lookup functionality in comments yet.
Regards,
Oleg
Ah. OK. I tried to use it just like Javadoc comments in IDEA.
Is this a feature request then?
(Thank you for explaining how Ctrl+Q works with caret on symbol of interest).
Regards,
Kedar
Yep, feel free to submit feature request!
Regards,
Oleg
Thanks, Oleg. Please see: http://youtrack.jetbrains.net/issue/RUBY-7369