vote up 2 vote down star
1

There's any number of questions about MSIL on SO but none that directly answer this.

I've been using Textpad which does have a syntax definition file for MSIL and then using ILASM in a command prompt window.

I did find a reference to ILIDE but the link is broken.

Is there an IDE or add-on / plugin to Visual Studio / Eclipse for MSIL that allows syntax highlighting, intellisense, code completion, debugging etc.?

flag

30% accept rate
see stackoverflow.com/questions/748701/… too please, If you try and get around that please let me know! tx – Peter – Peter Apr 15 at 8:13

4 Answers

vote up 0 vote down

xacc.ide has syntax highlighting for MSIL, and another odd 20 .NET languages.

See some screenshots here.

link|flag
vote up 1 vote down

I have exactly the same question!

I have found ilide eventually :

http://nida.se/ilide/

(note : strangely, some links to ilide are broken, some of them even mentioning earlier links that are broken , but then supply a link that's broken too. I was able to dowload it and Installed it succesfully from the link above though).

further : http://sourceforge.net/project/showfiles.php?group_id=112895

seems a very good debugger.

cheers, ph

link|flag
vote up 0 vote down

IIRC, Visual Studio will give you debugging, if you assemble with /debug.

I think MS had a demo or sample of some VS plugin that helped a bit with IL. I'm not sure what it was named or if it was released.

link|flag
vote up 1 vote down

I believe you can do it in #develop IDE.

No intellisense though.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.