Sublime Forum

IronPython and Sublime Text 2

#1

Hi All,

I recently started testing Sublime Text 2 for Python development. So far I am very impressed and considering using it as my main Python IDE.

Now, I also write quite a bit of code using IronPython, specifically scripting for the CAD package Rhino 5. While Rhino does ship with a built-in Python editor, it is certainly no match for Sublime Text (and, well, just not as easy on the eyes!).

Is it possible to use Sublime Text for IronPython development, that is, import .NET assemblies etc.?

Best,

Anders

0 Likes

#2

Any thoughts on this one? Apologies for bumping…

Best,

Anders

0 Likes

#3

[quote=“AHD”]

Any thoughts on this one? Apologies for bumping…

Best,

Anders[/quote]

Bump apologies, again.

0 Likes

#4

Was looking for that too, but it seems there is no easy way for doing it. My solution was to run .net process in background and communicate with it from plugin. Don’t know will it be useful for you, though

0 Likes

#5

so… any luck with this, anyone???

0 Likes

#6

Sort of, I learned that you can target your IronPython exe instead of the default python.exe. As far as I recall this works (albeit not great). Here’s where you need to go fiddle with this:

0 Likes