RM 3.x Cucumber CMD/MsOver - Can you show full step definition?
I love Rubymine's Cucumber support. I can not imagine doing Cucumber work without it. Great job.
In version 2. something when you hovered over and saw the matching step definition it was the complete method. After upgrading it is constant size and elipses shows the omitted section. Is there anyway in 3.0 to show the whole definition? I really liked that.
Many thanks guys! I still have my old JetBrains Tshirt from IntelliJ days, though it doesn't fit me as well!
Tim
Please sign in to leave a comment.
If you press Cmd (on Mac) and mouse over on step in feature file than RubyMine will show you tooltip with full step definition regexp. Or press ^J ( MainMenu | View | Quick Documentation Popup)
Thank you Roman. What I was wondering about is if there's a way to see the entire step definition, not just the REGEXP. Seems like that was the behavior in 2.x and just wondering if any way to get it in 3.0. No big thing, just useful to see the step code without switching to a new window. Thanks again, RubyMine is awesome.
MainMenu | View | Show Definition Lookup (Cmd+Shift+I)
Sweet.