Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IDE for MSIL

Tags:

ide

cil

ilide

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.?

like image 535
rbrayb Avatar asked Mar 12 '09 21:03

rbrayb


4 Answers

Use MonoDevelop

You can build specially MSIL projects. It's very useful for these issues, also you can use it in both Windows and Linux. What is better than this? :)

like image 165
Jalal Avatar answered Nov 18 '22 19:11

Jalal


I made an extension for Visual Studio 2010 that supports syntax highlighting for IL files (.il) and includes projects with full debugging support for C#, F# and Visual Basic that support embedding and calling IL code directly.

IL Support extension

Enjoy!

like image 42
Jean-Philippe Leconte Avatar answered Nov 18 '22 21:11

Jean-Philippe Leconte


I believe you can do it in #develop IDE.

No intellisense though.

like image 1
Inisheer Avatar answered Nov 18 '22 19:11

Inisheer


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

like image 1
Peter Avatar answered Nov 18 '22 19:11

Peter