如何为Python开发设置NetBeans IDE

qhhrdooz  于 2022-11-10  发布在  Python
关注(0)|答案(2)|浏览(215)

我在Eclipse中使用PyDev插件来开发Python。但是现在我切换到NetBeans IDE 12.6,我在谷歌上搜索了NetBeans的Python插件。我找到了一个名为nbpython的插件。但是它是NetBeans 8.1的插件,而我使用的是NetBeans 12.6。那么,NetBeans IDE 12.6是否有用于开发Python项目的插件?或者nbpython在我的版本中是否可以工作?

lpwwtiir

lpwwtiir1#

12.x还没有正式的插件。如果你阅读mailing list,你可以看到讨论了Python支持的重新实现,但还没有实现。

uxh89sit

uxh89sit2#

更新:我刚刚安装了Netbeans IDE v 13。我很久以前就有了Netbeans 8. xx的Python/Jython/PERL模块,它们工作了很长一段时间。对于IDE v 13,我通过通常的方法添加了它们,“工具-〉插件-〉下载-〉添加插件”,看起来它们工作得很好!因此它们与Apache Netbeans的兼容性非常高。问题是nbpython的链接,它们看起来已经坏掉了。如果有人把旧的模块贴在某个地方,那么我想你可以把它们捡起来,并感到幸运。如果没有,你需要以某种方式找到它们,或者等待python项目重新实现。我的模块如下所述。希望这对你有帮助:
org-netbeans-modules-python-hints.nbm
org-netbeans-modules-python-kit.nbm
org-netbeans-modules-python-options.nbm
org-netbeans-modules-python-platform.nbm
org-netbeans-modules-python-project.nbm
org-netbeans-modules-python-project2.nbm
org-netbeans-modules-python-samples.nbm
org-netbeans-modules-python-source.nbm
网络Bean模块测试
网络应用程序
org-netbeans-modules-python-core.nbm
org-netbeans-modules-python-debugger.nbm
org-netbeans-modules-python-editor.nbm
org-netbeans-modules-python-help.nbm

相关问题