Author Topic: Ctrl clicking is not jumping to the function defination  (Read 220 times)

Offline kakas

  • Multiple posting newcomer
  • *
  • Posts: 23
  • potatoes are tasty(not the raw ones)
Ctrl clicking is not jumping to the function defination
« 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?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2778
Re: Ctrl clicking is not jumping to the function defination
« Reply #1 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.

Offline kakas

  • Multiple posting newcomer
  • *
  • Posts: 23
  • potatoes are tasty(not the raw ones)
Re: Ctrl clicking is not jumping to the function defination
« Reply #2 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.