is there a way to get visual studio 2008 to do a nice syntax highlighting for the intermediate language?
Asked
Active
Viewed 375 times
0
-
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 Answers
1
Actually there is: http://dashingboy.wordpress.com/2009/03/21/masm-syntax-highlighting-in-visual-studio/

banzemanga
- 11
- 1
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