开发者

IronPython IDE for Ubuntu and Linux

开发者 https://www.devze.com 2023-02-26 03:51 出处:网络
I\'ve been searching for an IDE开发者_C百科 with code completion (intellisence) for IronPython on Linux systems (typically Ubuntu).

I've been searching for an IDE开发者_C百科 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


Try JetBrains PyCharm


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 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消