13

When I used Visual Studio 2008 I could install IronPython + IronPython Integrated IDE + Visual Studio Shell Integrated Mode and then my Visual Studio would parse .py files and highlight its syntax.

I tried the same with Visual Studio 2010 beta 2 with no success. Where is the catch? Should I wait a bit longer for new releases or there is a shortcut?

Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
Jader Dias
  • 88,211
  • 155
  • 421
  • 625

3 Answers3

13

Python Tools for Visual Studio 2010

IronPython.Net

This Extension is no longer available. See Jeff Hardy's comment below.

Try IronPython Extensions for VisualStudio 2010:

http://visualstudiogallery.msdn.microsoft.com/de-de/a0ffaffc-d1c2-4b6c-a9d1-3addc37a5673

3Dave
  • 28,657
  • 18
  • 88
  • 151
daftspaniel
  • 955
  • 9
  • 26
9

Here is the latest update (July 2011):

Python Tools for Visual Studio 2010

Mr.Python
  • 141
  • 1
  • 6
0

https://github.com/jesse99/Linguist does the job, too. Horrible style settings, but it works great.

skrebbel
  • 9,841
  • 6
  • 35
  • 34