I'm trying to open a Mvvm Light library, VIewModelBase class.
If to open it directly via JustDecompile, i can see the real code:
http://clip2net.com/clip/m0/1394715296-clip-121kb.png
If to open it in MSVS via F12, i see only comments and placeholders:
http://clip2net.com/clip/m0/1394715396-clip-67kb.png
Is it possible to make VS open the same results?
If to open it directly via JustDecompile, i can see the real code:
http://clip2net.com/clip/m0/1394715296-clip-121kb.png
If to open it in MSVS via F12, i see only comments and placeholders:
http://clip2net.com/clip/m0/1394715396-clip-67kb.png
Is it possible to make VS open the same results?
6 Answers, 1 is accepted
0
Hello Vitalii,
Thanks for reaching us. I guess when you're speaking about using F12 in VS, you're meaning that you use F12 (Go To Definition) of JustCode. Am I correct?
Assuming this is true, there are two ways to enable/execute decompiling in VS using JustCode:
1. Enable the JustCode option to automatically decompile metadata members. It's located in JustCode->Options->Navigation. For reference please review this screenshot: http://screencast.com/t/n2ksLp5JYi. Note that you might need to restart your VS in order to make the option to work.
2. The second way is to execute JustCode's 'Decompile' command from the Visual Aid menu - put the mouse pointer somewhere around the method's name and open the Navigation section of the JustCode Visual Aid from the caret or by using the Alt+~ shortcut combination. Then chose 'Decompile' from the menu. For more information please review this screenshot: http://screencast.com/t/Y9ICYdSuh
Please let us know if this is not working for you or if you have further questions.
Kind regards,
Vladi
Telerik
Thanks for reaching us. I guess when you're speaking about using F12 in VS, you're meaning that you use F12 (Go To Definition) of JustCode. Am I correct?
Assuming this is true, there are two ways to enable/execute decompiling in VS using JustCode:
1. Enable the JustCode option to automatically decompile metadata members. It's located in JustCode->Options->Navigation. For reference please review this screenshot: http://screencast.com/t/n2ksLp5JYi. Note that you might need to restart your VS in order to make the option to work.
2. The second way is to execute JustCode's 'Decompile' command from the Visual Aid menu - put the mouse pointer somewhere around the method's name and open the Navigation section of the JustCode Visual Aid from the caret or by using the Alt+~ shortcut combination. Then chose 'Decompile' from the menu. For more information please review this screenshot: http://screencast.com/t/Y9ICYdSuh
Please let us know if this is not working for you or if you have further questions.
Kind regards,
Vladi
Telerik
DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.
0

Vitalii
Top achievements
Rank 2
answered on 17 Mar 2014, 08:43 AM
Hi,
Not actually, i'm talking about pure JustDecompile.
I'm using Resharper for now, i don't actually need anything from JustCode, only this out-of-VS-decompiling feature.
Not actually, i'm talking about pure JustDecompile.
I'm using Resharper for now, i don't actually need anything from JustCode, only this out-of-VS-decompiling feature.
0
Accepted
Hello Vitalii,
Unfortunately it's only part of JustCode. In JustDecompile we offer Visual Studio extension (for now only for VS 2010 and VS 2012) to open referenced assembly directly in the JustDecompile UI. Please have a look here for more info: http://www.telerik.com/products/decompiler.aspx#visual-studio-extension
Kind regards,
Vladi
Telerik
Unfortunately it's only part of JustCode. In JustDecompile we offer Visual Studio extension (for now only for VS 2010 and VS 2012) to open referenced assembly directly in the JustDecompile UI. Please have a look here for more info: http://www.telerik.com/products/decompiler.aspx#visual-studio-extension
Kind regards,
Vladi
Telerik
DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.
0

Vitalii
Top achievements
Rank 2
answered on 17 Mar 2014, 11:02 AM
Yep, its almost the functional that i need. Not only opening from References folder, but also from code.
So, it is still unavailable :(
So, it is still unavailable :(
0
Hello Vitalii,
By saying "still unavailable" do you mean that it's part of JustCode and you'd like it to be part of JustDecompile, or you want the JustDecompile VS extension to work in VS 2013 as well?
Thank you,
Vladi
Telerik
By saying "still unavailable" do you mean that it's part of JustCode and you'd like it to be part of JustDecompile, or you want the JustDecompile VS extension to work in VS 2013 as well?
Thank you,
Vladi
Telerik
DevCraft Q1'14 is here! Watch the online conference to see how this release solves your top-5 .NET challenges. Watch on demand now.
0

Vitalii
Top achievements
Rank 2
answered on 17 Mar 2014, 03:02 PM
First one.
I saw same question (about including possibility of instant jump to decompiled code in VS+JustDecompile) long time ago and it was said that this question would be considered.
I saw same question (about including possibility of instant jump to decompiled code in VS+JustDecompile) long time ago and it was said that this question would be considered.