문제

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.

도움이 되었습니까?

해결책

There is an extesnsion to support IL: IL Support

Also take a look at xacc.

다른 팁

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top