PDA

View Full Version : Auto Complete



Ricona
5th July 2013, 21:01
Hai guys,

Probably more people have asked this, but i couldn't find any clear answer.
so here it comes: Is there any way to have Auto Complete for every key like (a,b,c,d,e,f,g etc) expect the "::,->,Crtl+Space" ?

regards,
Ricona

ChrisW67
5th July 2013, 21:45
"Auto complete" what, where, when, and from what list of options?

Ricona
6th July 2013, 06:42
"Auto complete" what, where, when, and from what list of options?

I guess my questions was to poor written, my apologies for that.

I am comming from a .NET background (C# and VB). The auto complete for C# and Vb is done on a very "friendly way", you only need to type one letter and a whole list of possible options will appear.
Here is a small example: If you type the letter "i" all classes and variables do show up.

Now QTCreator
-What: AutoComplete(CompleteThis) = the list with possibilities that shows up when you press Crtl+space.
-Where: Non-Qt Project -> Plain C++ Project and Libraries->C++ library
-when: I was wondering if there is a possibility to show Autocomplete (the thing that appears when you press Ctrl+space) appears for every letter you type (a,b,c,d ([A-Z]) etc). Not only for "::,->".
-What list of options: if you for example did include <climits> ("limits.h"). That when you press the letter "I" INT_MAX and INT_MIN will show up. (Without pressing Ctrl+space).

Regards,
Ricona