适用于 Ubuntu 和 Linux 的 IronPython IDE
我一直在为 Linux 系统(通常是 Ubuntu)上的 IronPython 寻找具有代码补全(智能)功能的 IDE。
我找到了对支持 IronPython 的 MonoDevelop 和 Eclipse (PyDev) 的引用,但我无法让它们中的任何一个工作。
这是因为 MonoDevelop 和 PyDev 仅支持 Windows 上的 IronPython 代码完成吗?我可以遵循任何安装指南来使这些 IDE 在 Ubuntu / Linux 上运行吗?
非常感谢您的帮助, 克里斯
I've been searching for an IDE with code completion (intellisence) for IronPython on Linux systems (typically Ubuntu).
I've found references to MonoDevelop and Eclipse (PyDev) supporting IronPython, but I can't get any of them to work.
Is this because MonoDevelop and PyDev only support IronPython code completion on Windows? Are there any installation guides that I could follow to make these IDEs work on Ubuntu / Linux.
Many thanks for your help,
Chris
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
尝试 JetBrains PyCharm
Try JetBrains PyCharm
我不了解 Eclipse,但目前没有适用于 MonoDevelop 的 IronPython 插件。如果有人对开发感兴趣,请联系 MonoDevelop 邮件列表以获取入门建议。
I don't know about Eclipse, but there isn't currently an IronPython addin for MonoDevelop. If anyone's interested in developing one, please contact the MonoDevelop mailing list for advice on getting started.
SharpDevelop 支持 IronPython 的部分代码完成。 IDE 仅在 Windows 上运行,但您开发的 IronPython 代码应该在 Mono 上运行,前提是您引用的库在 Mono 上受支持。
SharpDevelop supports partial code completion for IronPython. The IDE only runs on Windows but the IronPython code you develop should run on Mono provided that the libraries that you reference are supported on Mono.