Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Go to declaration does not work in resharper on vs2005/2008/2010/2012 on win8 64 bit?

I have a User class which I created.

However when i CTRL+left mouse click on it's instances , it suppose to go to the class "User" itself :

enter image description here

But it doesn't. ( it should. in vs2010 it works).

But if I right click on it and choose : "goto declaration"

enter image description here

It does work : and redirects me to : (the User Class)

enter image description here

resharper ver : 7.1.3000.2254 vs 2012 pro

Here are the current settings :

enter image description here

  • How can I fix it ?

Edit.

After another check, it's also with vs2010. I guess the problem is compatibility with win8 64bit. (I have no addons installed. and did try reset settings etc.).

edit 2

I dont know if it's helping but when I pres ctrl and mouse over the class it does underline it :

enter image description here

and when I press click ( with ctrl) - it opens the surround with tool tip :

enter image description here

like image 563
Royi Namir Avatar asked May 24 '13 14:05

Royi Namir


1 Answers

Check that you also have the following setting turned on:

With this setting turned off, click navigation doesn't work.

like image 177
adrianbanks Avatar answered Oct 30 '22 09:10

adrianbanks