其他分享
首页 > 其他分享> > pycharm ctrl+点击无法跳转问题(connot find declaration to go to)

pycharm ctrl+点击无法跳转问题(connot find declaration to go to)

作者:互联网

问题背景:
想看函数源码,但是anaconda搭的虚拟环境(包都装在了envs目录下),一开始创建工程的时候没有把外部库的路径引入。然后一直报:connot find declaration to go to
解决方法:
File -> settings -> Project Interpreter -> show all(小齿轮)
然后点右边最下面的show path…
在这里插入图片描述
然后点右上角的“+”添加路径
在这里插入图片描述

我的包的路径在“anaconda3/envs/环境名/Lib/site-package下,所以把这个加进去就可以了
在这里插入图片描述
然后一直点ok,回去就可以跳转到源码了
在这里插入图片描述

标签:ctrl,envs,跳转,show,源码,declaration,go,find
来源: https://blog.csdn.net/weixin_44000353/article/details/114749538