Pycharm - Cannot find declaration to go to

后端 未结 3 1832
南笙
南笙 2021-01-07 21:13

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

3条回答
  •  失恋的感觉
    2021-01-07 21:32

    Right click on the folders where you believe relevant code is located ->Mark Directory as-> Sources Root

    Note that the menu's wording "Sources Root" is misleading: the indexing process is not recursive. You need to mark all the relevant folders.

提交回复
热议问题