I had nice VS2010 extension (called Ndasm I think). However it is not compatible with VS2012.
Is there a way I can see the IL of a class or a method immediately in design time?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could try downloading the source code to NDasm from Codeplex and attempt to build it for VS2012. Give it a try, this is why open source is cool.
Alternately there are external tools for viewing IL code.
.NET Reflector (not free)
JustDecompile (free)
Note: dotPeek does not currently support viewing IL but that feature/issue can be viewed and/or voted for here.