I changed my project code from python 2.7 to 3.x.
After these changes i get a message \"cannot find declaration to go to\" when hover over any method and press ctrl
I had a case where the method was implemented in a base class and Pycharm couldn't find it.
I solved it by importing the base class into the module I was having trouble with.