Project
NET Platform
Priority
Show-stopper
Type
Bug
Fix versions
1.2 (ReSharper 5.1)
State
Fixed
Assignee
Serge Baltic
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
No Fixed in build
  • Created by   Anindya Chatterjee
    2 years ago (16 Apr 2010 07:54)
  • Updated by   Serge Baltic
    22 months ago (29 Jun 2010 03:35)
 
NP-25 Go to declaration (Ctrl + Left Click) not working in Visual Studio 2010 Ultimate Edition
14
Issue is visible to: All Users
  The issue is visible to the selected user group only
I am using Resharper version 5.0.1659.36 on Visual Studio 2010 Ultimate edition. There Ctrl + Left Click is not working, it is not going to the declaration at all
Comments (11)
 
History
 
Linked Issues (?)
 
berryl
  berryl
19 Apr 2010 21:30
2 years ago
Professional 2010 too!
Daniel Chambers
  Daniel Chambers
20 Apr 2010 03:27
2 years ago
This happens to me too. I use VS2010 Professional.

Ctrl+Click is turned on in the ReSharper options. When I hold Ctrl over some code, the underline may or may not appear, or may take a long time (second or two) to appear and when you click, the word is selected rather than the normal Go to Declaration action being performed.
Anindya Chatterjee
  Anindya Chatterjee
20 Apr 2010 21:24
2 years ago
Why it is taking too much time to be fixed?
berryl
  berryl
21 Apr 2010 08:45
2 years ago
they are too busy counting the money from the upgrade?? cheap shot, I know, so sorrrr-rreee :-)
Kirill Falk
  Kirill Falk
27 Apr 2010 16:13
2 years ago
Couldn't reproduce with the latest nightly
Olga Lobacheva
  Olga Lobacheva
27 Apr 2010 16:22
2 years ago
I have installed released version of VS2010 and ReSharper 5.0 and everything works fine. Do you have problems with plain C# or may be with XAML, ASP?
Will Holley
  Will Holley
27 Apr 2010 17:43
2 years ago
I first thought that it wasn't working, but actually it is just that there is a significant delay (compared to R# 4.5 / vs 2008) between pressing Ctrl and the underscore appearing so you can go to definition.
Daniel Chambers
  Daniel Chambers
27 Apr 2010 17:43
2 years ago
It's with C#. I haven't tried the others. I've tried reinstalling ReSharper, erasing ReSharper's settings, erasing Visual Studio's settings and nothing seems to help.

EDIT: I also get the delay the Will Holley mentions above. Except when I click, the word just gets selected and no "Go To" action occurs.
Daniel Chambers
  Daniel Chambers
27 Apr 2010 17:57
2 years ago
FYI, I'm happy to try things out, or send in configuration files or dumps or whatever to help you guys reproduce, diagnose and fix the problem.
Serge Baltic
  Serge Baltic
27 Apr 2010 18:02
2 years ago
I'm more or less able to observe the behavior, it's due to unreliable interception of mouse and keyboard activities in VS10 through its API (as opposed to VS8-9 where we take Windows messages directly). Quick clicks would fail, slow clicks work most of the time (regardless of whether the underlining is painted or not).
Daniel Chambers
  Daniel Chambers
27 Apr 2010 18:16
2 years ago
I'm not sure what you mean by "slow" clicks... I've tried different durations between mouse up & down, but that didn't fix it. Weirdly, it works fine on my desktop, but not on my laptop. On my laptop, where it fails, I don't even get a hand-pointer mouse cursor when I hold control and click, whereas I get that on my desktop. I don't know whether that means anything or helps... :)