auto-complete not show docs, examplo attachment in netbeans.
Actually there is an option in RubyMine to show quick documentation on autocompletion. See File | Settings | Editor | Code completion | Autopopup documentation in (ms).
Control-Q is quite unreliable in Rubymine. I have tried it several places last night, it does not show documentation but when you navigate to the the method by going to the sources the method is quite well documented. It is happening a lot with the Rails Gems. Perhaps your Rails 2.3.2 support is broken?
Hello Alexandre,
Actually there is an option in RubyMine to show quick documentation on autocompletion. See File | Settings | Editor | Code completion | Autopopup documentation in (ms).
Regards,
Oleg
Hello Oleg, tanks from speed return
Docs work's now, but very small
Attachment(s):
widown_popup_small.png
Hello Alexandre,
I've filled an issue: http://www.jetbrains.net/jira/browse/RUBY-3880
Regards,
Oleg
Hi Alexandre,
Also instead of auto documentation popup for each item in autocompletion list you can use "show quick documentation" shortcut ctrl+q.
Control-Q is quite unreliable in Rubymine. I have tried it several places last night, it does not show documentation but when you navigate to the the method by going to the sources the method is quite well documented. It is happening a lot with the Rails Gems. Perhaps your Rails 2.3.2 support is broken?
ctrl + space is show a doc in small window
ctrl + q NOT show a doc, only, a window in width ok
Attachment(s):
doc2.png
doc1.png
On "doc2.png" screenshot method "siz" is undefined for String class thus RM cannot show documentation for it. E.g for "text".size Ctrl+Q will work ok.
Ok, I understanrd
Tanks
Alexandre Riveira