user708063
user708063

Reputation: 21

IronPython IDE for Ubuntu and 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

Upvotes: 2

Views: 2173

Answers (3)

CruiZen
CruiZen

Reputation: 182

Try JetBrains PyCharm

Upvotes: 2

Frank
Frank

Reputation: 3143

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.

Upvotes: 1

Mikayla Hutchinson
Mikayla Hutchinson

Reputation: 16153

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.

Upvotes: 1

Related Questions