Go to declaration - shipped mono 4.3

Any one else having issues with the context menu not opening and locating declaration of fields or functions? I have several files that I like to use this context on to go right to it to add a new variable, field, etc but now I have to manually open the file and find the variable line :-/ I know, simple, but still I LOVE go to declaration!

(I have done the editor preferences trick to get it to open all my files in one editor instead of several new instances, so that’s not it.)

Edit: This only happens with JS files for me (I code in C# but a couple plugins I need are written in JS)

I have same problem, In C#.
Steps

  1. Updated to Unity4.3.
  2. “Go to declaration” missing In context menu.

C# works for me with the MonoDevelop version that is shipped with Unity 4.3.

Solved: Ctrl + Right Clik :slight_smile:

Glad you solved it. :wink: One more thing I’ve noticed… occasionally when I double click a script file from within the Unity Editor, it will only open that file in MonoDevelop or Visual Studio and not the solution in which case things like Find All Usages (References) doesn’t work. It’s only happened to me a couple of times.