News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Ctrl clicking is not jumping to the function defination

Started by kakas, April 08, 2024, 09:21:12 PM

Previous topic - Next topic

kakas

Is there something I am missing or is it not a feature that when I control left click on a function it doesn't jump to the file containing the function definition.
What can I do to enable this feature?

Pecan

Quote from: kakas on April 08, 2024, 09:21:12 PM
Is there something I am missing or is it not a feature that when I control left click on a function it doesn't jump to the file containing the function definition.
What can I do to enable this feature?

I've never heard that that was possible.
I don't believe it is.

To jump to a definition, you right click on the declaration and select "Find declaration of ..." from the context menu.

kakas

oh I see, thanks for the reply! I shifted from visual studio code and dev c++, there you could ctrl left click to jump to the definition, so expected the same. I think I could have worded the question better.