Is there any Python syntax highlighter for Visual Studio 2010?
Asked Answered
V

3

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?

Vinery answered 15/12, 2009 at 1:22 Comment(0)
W
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

Wenwenceslaus answered 15/12, 2009 at 11:29 Comment(5)
It worked, and this solution works even if you only have VS2010 (no IronPython etc)Vinery
The above link doesn't seem to be working, can you please fix it?Playhouse
Those extensions only supported VS 2010 Beta 2. The IronPython team will be releasing their own extensions for VS 2010 RTM within the next couple of weeks.Empery
They produced new extensions for RTM, it's on CTP3 now, a vsix file.Playhouse
The location of the .vsix file that Shimmy mentions is here -- ironpython.net/tools/downloadGemperle
N
9

Here is the latest update (July 2011):

Python Tools for Visual Studio 2010

Nanice answered 3/7, 2011 at 11:36 Comment(0)
D
0

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

Disclimax answered 5/12, 2011 at 13:15 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.