Comments
Sort by recent activity
Hi Jason,
Looks like it works if I invoke it on my source code but it doesn't when invoked on decompiled code.
And no, I don't have Resharper but I do have CodeRush. I doesn't matter if I unload it. / comments
Hi Jason,
Looks like it works if I invoke it on my source code but it doesn't when invoked on decompiled code.
And no, I don't have Resharper but I do have CodeRush. I doesn't matter if I unload it.
I kind of thought that this was the case. Perhaps you could disable or even hide the context menu option in such case? / comments
I kind of thought that this was the case. Perhaps you could disable or even hide the context menu option in such case?
OTOH since you've decompiled the code you know the file, right? I mean you could use cursor position and Reflector knowledge to understand where user is pointing and since Reflector created that file it might understand the location... / comments
OTOH since you've decompiled the code you know the file, right? I mean you could use cursor position and Reflector knowledge to understand where user is pointing and since Reflector created that fi...