Code::Blocks Forums

User forums => Help => Topic started by: acw on February 27, 2010, 05:39:05 pm

Title: Is there a option/plugin that display possible fillins after . :: ->
Post by: acw on February 27, 2010, 05:39:05 pm
as topic says, looking for a option and/or plugin to display possible functions/variables following
Code
.
::
->

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 :)
Title: Re: Is there a option/plugin that display possible fillins after . :: ->
Post by: oBFusCATed on February 27, 2010, 10:16:32 pm
the menu item Edit -> Complete code triggers it, you can follow the handler of the item :)