Monodevelop - can't find "go to declaration"

Hi guys, so from some reason I can’t find the “go to declaration” option. Even if I click F12 nothing happens. I’ve even added a screenshot of what the manual shows me I should receive, and what I’m getting:

I’m pretty sure it would only take you to the metadata representation of the variable anyways, which is less than useless because it’ll get your hopes up that you can see the inner workings and then hit you with disappointment. In this case, I think “transform.forward” is shorthand for transform.TransformDirection(Vector3.forward) so maybe you can look at that instead?

EDIT: Yup, here it is, nothing but disappointment:

To answer your question more properly though, most likely the solution isn’t loaded. Try closing mono and double clicking a file in Unity to force mono open again (along with the solution and re-syncing).

It turns out I didn’t see “Go to declaration” because I highlighted the text first instead of just right clicking anywhere between the letters. Thanks for the feedback though.