编辑器支持 Jython?

发布于 2024-07-12 03:18:53 字数 227 浏览 3 评论 0 原文

我最近开始在 The Grinder 3,我注意到的第一件事是 PyCheckMate 不起作用,因为它找不到某些导入。 哪个编辑器为 Jython 提供最好的支持?

I've recently started writing some performance tests in The Grinder 3, and one of the first things I noticed is that PyCheckMate doesn't work because it can't find some of the imports. Which editor(s) provide the best support for Jython?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

煞人兵器 2024-07-19 03:18:53

正如 David 提到的 Pydev,尽管它是一个开发良好的软件,但我无法忍受 Eclipse。 值得庆幸的是还有其他选择。 最新版本的 Netbeans 具有 jython / python www.netbeans.org 和来自 activestate 的 Komodo IDE 或免费的 komodo edit

几乎任何支持 python 的编辑器都会给你对它有一定程度的支持,但就为 Jython 构建和设计的 IDE 而言...我认为 netbeans 是最接近的,否则使用名为 eclipse 的臃肿庞然大物的唯一原因是因为 pydev。

As David Mentioned Pydev and even though it is a well developed piece of software I can't stand eclipse. Thankfully there are other choices. The latest version of Netbeans has jython / python www.netbeans.org and Komodo from activestate either the IDE or the free komodo edit

and pretty much any editor that supports python will give you some level of support for it but as far as a IDE built and designed for Jython... I think netbeans comes the closest otherwise the only reason to use the bloated behemoth called eclipse is because of pydev.

爱的那么颓废 2024-07-19 03:18:53

作为 Eclipse IDE 的长期粉丝,我使用过 Pydev 使用 Python 和 Jython 项目时的插件。

您可以获得代码完成、语法突出显示、重构、大纲视图、调试工具以及您期望从顶级编辑器中获得的所有其他功能。

As a long-time fan of the Eclipse IDE, I've used the Pydev plugin when working with Python and Jython projects.

You get code completion, syntax highlighting, refactoring, outline view, debugging tools, and all the other features you'd expect out of a top-notch editor.

现在尝试了很多工具。 对于大家来说这是一个很好的解决方案(尤其是那些不喜欢 Eclipse 的人 - 包括我!):IntelliJ IDEA 14+ 社区版 + Python 插件。 它为您提供 Jython 的代码补全、语法突出显示等功能,意味着您可以编写漂亮的 Python 语法并获得 Sikuli 等第三方内容的代码补全 - 检查此 示例

Tried a bunch of tools now. Great solution for all y'all out there (especially the ones who don't like eclipse - me included!): IntelliJ IDEA 14+ Community Edition + Python Plugin. It gives you code completion, syntax highlighting etc. for Jython, means you write nice Python syntax and get code completion for third party stuff like Sikuli - check this example.

坏尐絯℡ 2024-07-19 03:18:53

您还可以查看 TigerJythonJythonMusic。 两者都支持纯 Jython(即 Python 语法 + 对所有 Java API 的访问),但也有额外的库。

You might also check out TigerJython and JythonMusic. Both support pure Jython (i.e., Python syntax + access to all Java APIs), but also have extra libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文