This use case drove me nuts in Visual Studio 2010 for a while, but can be solved.
Use cases:
double click on a word to select it- press Ctrl-C to copy the selected text
- result is either of these two dialogs:
---------------------------
Microsoft Visual Studio
---------------------------
Cannot navigate to definition.
---------------------------
OK
------------------------------------------------------
Microsoft Visual Studio
---------------------------
Cannot navigate to definition. The cursor is not on a symbol.
---------------------------
OK
---------------------------
The reason is that Visual Studio 2010 still thinks I am clicking the identifier (which I’m not, I just released the mouse button) while pressing the Ctrl key. Read the rest of this entry »






