I am automating using Selenium, Capybara and siteprism. Using rubymine, I want to get code completion such that I can type @page. and get a list of the methods (this works) and a list of the elements and sections defined in the page object using siteprism.
Is there any way to do this in Rubymine? Sublime text editor does this, but yet it doesn't handle the class names and methods very well.