简体   繁体   English

适用于Ubuntu和Linux的IronPython IDE

[英]IronPython IDE for Ubuntu and Linux

I've been searching for an IDE with code completion (intellisence) for IronPython on Linux systems (typically Ubuntu). 我一直在为Linux系统(通常是Ubuntu)上的IronPython寻找具有代码完成(智能)功能的IDE。

I've found references to MonoDevelop and Eclipse (PyDev) supporting IronPython, but I can't get any of them to work. 我已经找到了支持IronPython的对MonoDevelop和Eclipse(PyDev)的引用,但是我无法使用它们。

Is this because MonoDevelop and PyDev only support IronPython code completion on Windows? 这是因为MonoDevelop和PyDev仅在Windows上支持IronPython代码完成吗? Are there any installation guides that I could follow to make these IDEs work on Ubuntu / Linux. 我是否可以遵循任何安装指南来使这些IDE在Ubuntu / Linux上运行。

Many thanks for your help, Chris 克里斯,非常感谢您的帮助

I don't know about Eclipse, but there isn't currently an IronPython addin for MonoDevelop. 我不了解Eclipse,但目前没有用于MonoDevelop的IronPython插件。 If anyone's interested in developing one, please contact the MonoDevelop mailing list for advice on getting started. 如果有人有兴趣开发一个,请联系MonoDevelop邮件列表以获取入门建议。

SharpDevelop supports partial code completion for IronPython. SharpDevelop支持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. IDE仅在Windows上运行,但是您开发的IronPython代码应在Mono上运行,前提是Mono上支持您引用的库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM