[moved] click on class should show class declaration/definition
-
wrote on 31 Jul 2011, 07:45 last edited by
hi
how can i set a click on a class to show the declaration in qtcreator? it says switch between declara* etc. but nothing happens.
thanks -
wrote on 31 Jul 2011, 08:08 last edited by
"[SOLVED] How to jump from function declaration to function definition.":http://developer.qt.nokia.com/forums/viewthread/7312/#42906
[quote author="Tobias Hunger" date="1309415289"]Just jump into the header and then hit F4 to go to the cpp file. Once it is loaded it is available via F2 as well.
The reasoning is that we only want to parse the code that is used in your project: That is your sources and the headers those use. Parsing random .cpp files that happen to be located next to the headers you use will only slow down the parsing as well as the completion itself and does blow up memory usage, too.[/quote]
-
wrote on 31 Jul 2011, 08:38 last edited by
Moved to Tools category.
1/3