| Author |
Message |
tom103
Joined: 09 Jun 2010 Posts: 3 Location: Paris, France
|
Posted: Fri Jul 16, 2010 10:09 am Post subject: .NET Reflector add-in incompatible with Resharper ? |
|
|
In the Visual Studio code editor, when I click on "Open in .NET Reflector" in the context menu, Resharper kicks in and shows me the declaration of the item (not its source), and the Reflector add-in displays this message :
| Quote: |
| The source code already exists for this item, so you do not need to use .NET Reflector |
So, since I installed Resharper, I haven't been able to use Reflector in VS.
Not sure if the bug is because of Resharper or .NET Reflector...
EDIT: it is the same issue described in this topic. I didn't find it at first because it didn't mention the exact error message. |
|
| Back to top |
|
 |
Alex.Davies
Joined: 02 Dec 2008 Posts: 307 Location: Cambridge, uk
|
Posted: Thu Jul 22, 2010 2:17 pm Post subject: |
|
|
It's not really either of our fault, I've been working with the guys at JetBrains. The trouble is that the only way it was feasible to add this feature in Reflector is by piggybacking on VS's go to definition (F12) feature. Without doing that, we would have to implement a complete parser for the language.
Of course R# does implement a parser, and extends the go to definition in ways the Reflector add-in can't deal with.
It usually works if you set R# to open the Object Browser when you press F12. _________________ Alex
Developer,
Red Gate .NET Tools |
|
| Back to top |
|
 |
tom103
Joined: 09 Jun 2010 Posts: 3 Location: Paris, France
|
Posted: Sun Jul 25, 2010 5:29 pm Post subject: |
|
|
Alex, thanks for your reply.
Unfortunately, that's not what I want... I still want to see the definition when I press F12. I only want to open Reflector when I explicitly use the "Open in .NET Reflector" menu option |
|
| Back to top |
|
 |
|
|
All times are GMT
|
| Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group