Search code examples
rubymine

RubyMine Go To Definition isn't working


I'm having trouble with Rubymine in that I cannot Go to Declaration of files that I once was able to go to before (these aren't dynamic classes or methods). I'm not sure if it's related to the fact that I have some scopes for file coloring or for some other reason, but this feature doesn't seem to be working properly.

The version of RubyMine is 5.4.3.2.1 on Windows. Does anyone know the problem or a solution?


Solution

  • Did you try?

    File | Invalidate Caches... > Invalidate and Restart

    I had the same problem in the same version, but after invalidating the caches "Go to Declaration" works again.