Is there any Python syntax highlighter for Visual Studio 2010?
When I used Visual Studio 2008 I could install IronPython + Iro开发者_开发技巧nPython 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?
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
Here is the latest update (July 2011):
Python Tools for Visual Studio 2010
https://github.com/jesse99/Linguist does the job, too. Horrible style settings, but it works great.
精彩评论