-
Notifications
You must be signed in to change notification settings - Fork 21
Description
I installed this and when I try to right click on an object/variable and select 'Go To Definition,' the mouse back does not go back to where I was. I installed version 2.2.0 for Visual Studio 2012 on Win8.1.
I was told to report this bug here from http://visualstudiogallery.msdn.microsoft.com/87fb8c65-d1db-49e9-a068-d62a222a4ae7
Comment by @sharwell
When you perform the following steps, what happens?
- Right click on the object/variable and select Go To Definition
- Select View → Navigate Backward
The behavior of this extension should precisely match the behavior of the above steps; if those steps also fail then the actual bug lies in the way the language you are working with interacts with the core IDE (it's failing to set the proper navigation markers following a Go To Definition command).
Comment by Iguana775
Using the steps above work. I'm using C# in an MVC web application.