0

is there a way to get visual studio 2008 to do a nice syntax highlighting for the intermediate language?

  • MonoDevelop has support for IL syntax highlighting. I don't understand why IL is a second-class citizen for Visual Studio – Earlz Sep 02 '12 at 18:24

3 Answers3

0

Unfortunately not, no. You could use ILIDE# (http://nida.se/ilide/)

It's a small editor for IL-ASM files, with intellisense support.

Maximilian Mayerl
  • 11,253
  • 2
  • 33
  • 40
  • this editor looks pretty much what i'm looking for. Sadly it crashes everytime i try to open my .il file :-( –  Oct 07 '09 at 14:34
0

There is a codeplex addin: http://asmhighlighter.codeplex.com/

Madhur Ahuja
  • 22,211
  • 14
  • 71
  • 124