一、问题描述
Cannot find declaration to go to
按Ctrl+左键,不能进入类或方法,提示Cannot find declaration to go to
二、解决方法
Mark Directory as -> Sources Root
- 右键点击左侧文件导航栏整个项目文件夹,然后右击选择
Mark Directory as
->Sources Root
File -> Settings
- 点击
File
->Settings
进入设置界面
Python Interpreter
- 在设置界面点击
Python Interpreter
-><No interpreter>
->Python 3.9
->OK
完成
网友评论