Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Python syntax highlighter for Visual Studio 2010?

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?

like image 522
Jader Dias Avatar asked Dec 15 '09 01:12

Jader Dias


People also ask

What is VSCode Magic Python?

Attention VSCode users: MagicPython is used as the default Python highlighter in Visual Studio Code. Don't install it unless you want or need the cutting edge version of it. You will likely see no difference because you're already using MagicPython.


1 Answers

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

like image 160
daftspaniel Avatar answered Nov 05 '22 00:11

daftspaniel