vote up 8 vote down star
6

Hi I develop in Visual Studio 2008 a lot and would like to find an addin like vsphp which enables intellisense and debugging in Visual Studio. Is IronStudio what I am looking for? As far as I understand IronStudio is a Plugin for .NET.

If there is no Plugin for Visual Studio 2008 whats a great IDE for a python newbee who loves Visual Studio (hate netbeans and eclipse sorry just don't feel the love)

Also if IronPython Studio is an IDE do I want the Isolated or Integrated Version? I don't seem to understand the name.

I installed integrated and got this: http://dl.getdropbox.com/u/5910/Jing/2009-02-11_1750.png :( no console like here: http://www.codeplex.com/IronPythonStudio

flag

47% accept rate
You want integrated I think – Mark Oct 18 at 1:13

5 Answers

vote up 3 vote down

I had a similar dilemma when I first started writing in Python. I couldn't find any plugins for VS so I tried a few alternatives:

  • IDLE - comes packaged with Python and works but felt very cludgy to me
  • Wingware Python IDE - not free, but seemed to have pretty good debugging capabilities
  • e-texteditor - has nice syntax highlighting but running Python script from it frequently causes issues.
  • Eclipse with PyDev - is what I now use - syntax highlighting, auto-completion, debugging capabilities etc. etc.

There's a couple of reviews of options that might be of use to you:

Personally, I'd recommend Eclipse + PyDev :-)

[Edit] Iron Python looks pretty cool - might have to check that one out! [/Edit]

link|flag
vote up 3 vote down

Provided that you have Visual Studio 2008 and the VS 2k8 Shell Integrated Redistributable package, IronPython Studio Integrated will plug into the VS 2k8 IDE.

Visual Studio 2008 Shell (Integrated)

Visual Studio 2010 beta 2 Shell (Integrated)

link|flag
1  
A little more detail or a link to more detail would be useful. – John Mulder Feb 12 at 7:01
vote up 4 vote down

Have a look at PyScripter, I haven't tried it extensively but heard good things about it.

It's not an addon to Visual Studio, it's an independent IDE.

link|flag
+1 => That's a new one on me - thanks for the link – Jon Cage Feb 11 at 17:19
vote up 1 vote down

I'll second one of Jon's suggestions: PyDev and Eclipse. This is great if you are already using Eclipse for other development.

You can grab it (and links to the Eclipse platform) from here: http://pydev.sourceforge.net/download.html

link|flag
vote up 3 vote down

Java based IDE's are no good they tend to be fat, slow, and unpolished. Eclipse has a poor programming paradigm that is unnecesarrily confusing. The many IDE vendors made a mistake by quitting their native products and basing them instead on Eclipse. They can't differentiate themselves and the experience is awful. Real shame actually. VS needs competition but they all rolled over and died.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.