Author Topic: Is there a option/plugin that display possible fillins after . :: ->  (Read 3043 times)

acw

  • Guest
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 :)

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Is there a option/plugin that display possible fillins after . :: ->
« Reply #1 on: February 27, 2010, 10:16:32 pm »
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!]