tunnelvisionlabs / LangSvcV2

"Language Service V2" reference repository
Other
86 stars 38 forks source link

Mouse Navigation #5

Closed sharwell closed 9 years ago

sharwell commented 9 years ago

Moved here from BitBucket

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.

sharwell commented 9 years ago

Moved to tunnelvisionlabs/MouseNavigation#3.