Qt creator does not follow symbol under cursor
Unsolved
Qt Creator and other tools
-
Hello every one.
I am using Qt Creator 11.0.2.
I really like using the shortcut Ctrl+click(follow symbol under cursor) on the function and Qt-Creator opens the definition or implementation of the function.
I normally use CMake Projects and before all my defined symbols were discovered by Qt-Creator. Now there is some selective behavior on when Qt-Creator can follow the symbol under the cursor.
When hoovering the symbol Qt-creator shows a small documentation and does not mark it as undefined but I can not do Ctrl+click on that symbol.
Any help on this will be appreciated.