0

Rubymine: 7.0.3
OS: Ubuntu 14.04 LTS

If I want to see any methods source code Ctrl + left mouse or Ctrl + B is taking me to the source code, even it is in another file.

If I want to come back to same implemented place again, it is not coming.

I searched is many places, everyone suggesting Ctrl + Alt + B will take back to the implemented place. But when I am trying to use that, it is giving me an error No implementations found.

Please help me, what I need to do to get the things worked in the correct way.

Sergio Tulentsev
  • 226,338
  • 43
  • 373
  • 367
Chezhian
  • 773
  • 9
  • 15
  • What do you mean, "back to same implementation"? – Sergio Tulentsev Feb 05 '15 at 06:17
  • From place where the method is invoked if I click Ctrl + B then it takes me to the method definition. If I wish to go back to the place where the method is invoked, the suggested solution is Ctrl + Alt + B and that doesn't work – Chezhian Feb 05 '15 at 06:30

1 Answers1

1

Maybe the hotkey is not set. Visit preferences and set it to whatever you like.

enter image description here

Sergio Tulentsev
  • 226,338
  • 43
  • 373
  • 367