Need feature auto-completion after one character in Qt Creator
-
No, that is not nice: There are so many symbols to retrieve, process and display in any decently sized project that the completion is getting too slow to be useful:-)
You can always hit Ctrl-Space to manually request a completion if you need it. You can also do Camel-Case completions (QAIM for QAbstractItemModel) by the way, a nice feature many people seem to miss.
-
[quote author="Tobias Hunger" date="1320999851"]You can also do Camel-Case completions (QAIM for QAbstractItemModel) by the way, a nice feature many people seem to miss.[/quote]
Woah, that should be stated in CAPITAL letters when QtCreator starts! Nice! And indeed, I did not know about it. :)
-
[quote author="Tobias Hunger" date="1320999851"]No, that is not nice: There are so many symbols to retrieve, process and display in any decently sized project that the completion is getting too slow to be useful:-)
You can always hit Ctrl-Space to manually request a completion if you need it. You can also do Camel-Case completions (QAIM for QAbstractItemModel) by the way, a nice feature many people seem to miss.[/quote]
Thank you for your reply. Yes, I understand that just increases the load on your PC. But if I work on small projects, and I have a powerful pc I should be able to include completion after the first character. If I start to work on large projects, I just turn it off and no problems. Let the default behavior will be like now, but with the possibility of inclusion. -
We do ship a manual with Qt Creator, you know? It does state all the cool stuff creator does;-)