Qt 6.11 is out! See what's new in the release
blog
Qt Creator can't jump to code declaration and definition by using Ctrl + left mouse button.
-
Hi, all,
I am trying to use Qt Creator + CMake as IDE for my C++ project, But i found when i use
Ctrl + left mouse buttonto jump tocode declarationanddefinition, it only work in situations likea->b(),a->c()..., but would not work when situations likea->b()->c()->d(). Specifically, if there is a satement likea->b()->c()->d(), i can only jump to where functionb()declared butcan'tjump to where functionc()ord()declared. Is there anywayor anyplugincan solve this problem?Thanks for your view my question,
Chao -
I had just encountered this problem.
-
I had just encountered this problem.