RubyMine 3.2.1 YARD support for @return stopped working.

I upgraded today to RubyMine 3.2.1 and now I cannot get YARD autocompetion working as it was in 3.2

Here is my code:


module BrowserDriver
# @return [Selenium::Client::Driver]
  def browser
    @browser
  end
end


when I require and include BrowserDriver
I get method completion from Selenium::Client::Driver for the browser method.

Running on OSX.

0
Avatar
Permanently deleted user

I removed both RubyMine 3.2 and 3.2.1 from my system and reinstalled 3.2.1 from the DMG and things seem to be working.  The problem was that the gems were not being 'attached' correctly. Meaning I could not run rspec with the test formatter output and the yard support was not working.  I think all is working well now.

0
Avatar
Permanently deleted user

Thanks for reporting the solution.

Regards,
Oleg

0

请先登录再写评论。