News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Is there a option/plugin that display possible fillins after . :: ->

Started by acw, February 27, 2010, 05:39:05 PM

Previous topic - Next topic

acw

as topic says, looking for a option and/or plugin to display possible functions/variables following
.
::
->


Been looking all over the code-completion/symbols tab but cant find anything. Guess the main problem is that i don't know what the feature is called.
For example if you type
std::   it would give you a list containing vector , map , string, cout, cin and so on.

It's a feature you find by default in other IDEs like Eclipse && visual studio so i guess there's an option somewhere, i just cant find it.
Thankful if someone could help me ou. its a pain to actually having to remember the exact spelling of all variable names :)

oBFusCATed

the menu item Edit -> Complete code triggers it, you can follow the handler of the item :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]