Switching between definitions and declaration
-
Switching between definitions and declaration while the object is highlighted - by clicking on it - does not work.
Using Qt 5.12 ... -
@AnneRanch
Is your question related to Qt Creator? -
@AnneRanch
Did you try F2 key when it is highlighted/your cursor is within the word? That is the key, also available on right-click context menu.
If it does not work, are you on, say, a Qt function call which may not work if you do not have the source code available/findable by the editor. -
YES Qt Creator editor
-
-
@AnneRanch said in Switching between definitions and declaration:
YES Qt Creator editor
Then you should
a) Tell us this...
b) ... simply by creating the post in the correct sub-forum. -
@AnneRanch
That is the key to switch between definition & declaration. Try it on one of you own function definitions & calls? If that works, maybe you are on something else where it cannot find the declaration?
You might verify that the other useful function key, F4, switches you between.cpp
and its.h
file. Not quite the same but useful.