Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: kakas on April 08, 2024, 09:21:12 pm

Title: Ctrl clicking is not jumping to the function defination
Post by: 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?
Title: Re: Ctrl clicking is not jumping to the function defination
Post by: Pecan on April 09, 2024, 06:27:39 am
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.
Title: Re: Ctrl clicking is not jumping to the function defination
Post by: kakas on April 09, 2024, 07:16:54 am
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.