A question about the auto compleation of Qt creator
-
Have you tried going to Tools->Options->Environment->Keyboard and setting "Complete this" to "Tab, Tab"? Works for me (using Qt Creator master branch).
This breaks Tab as a Tab-key though... I prefer the normal Ctrl-Space to that;-)
-
Thank you for your reply.
I have set complete shortcut key as "Tab, Tab". I can auto complete my code with "tab, tab". My question is how to choose the complete suggestion with a tab key. For example, after I input QMous and press "tab, tab", a list include QMouse, QMouseEvent and others pop up. I can use the up and down key to choose the words. But I prefer use "Tab" to do that. Can I configure creator to do it?
-
I am not aware of an option for that, no.