Pergunta

Is there a some IDE for editing CIL-code? I'm looking for is specific IDE with embedded compiler/decompilder, syntax highlighting, embedded documentation etc.

ildasm+Sublime+ilasm is no good for me.

Foi útil?

Solução

There is an extesnsion to support IL: IL Support

Also take a look at xacc.

Outras dicas

Try SharpDevelop 3.xx (http://www.icsharpcode.net/OpenSource/SD/Download/#SharpDevelop3x), it provides syntax highlighting and automatic build, but unfortunately it doesn't decompile existing assemblies.

You may also want to try Reflector with Reflexir plugin, but it functionality is rather limited...

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top