我按照之前的答案回答了这个问题,但没有得到解决。
我已经尝试过将市场和 zip 文件加载到插件中。
Mac 版本
Mojave v 10.14.5
Eclipse 安装在我的主目录中。
~/eclipse/cpp-2019-06
我已经尝试过 -clean 选项。
open ./Eclipse.app --args -clean
它似乎没有做任何事情,至少它没有在透视图中显示 pydev。
java --version
java 12.0.2 2019-07-16
Java(TM) SE Runtime Environment (build 12.0.2+10)
Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
关于 eclipse 安装显示 pydev 已安装。没有看到 pydev 透视图。在 eclipse 中打开 test.py 文件表示 Marketplace 中有更好的支持,并且该文件正在外部编辑器中打开。
答案1
不知道为什么这个方法有效。但它确实有效,希望它能节省一些人调试的时间。
Deleted the CPP install of Eclipse.
Installed the Java Version of Eclipse.
From Market place added the CPP package.
Restarted Eclipse
From Market place added pydev package
Restarted Eclipse
Now the pydev shows up in window->perspective->other->pydev.