Author Topic: show member methods?  (Read 4873 times)

Offline coolgod

  • Single posting newcomer
  • *
  • Posts: 2
show member methods?
« on: April 09, 2012, 07:38:04 am »
I use the stl alot, and I always have to open up cplusplus.com because I can't remember what the exact names of the methods are. Doesn't codeblocks have those things
where it automatically shows u a list of member methods of a certain object?
 For example vector, perhaps i forgot the method i wanted was empty(), isn't there a an automatic drop down list? I know this is true in many other language and ide. How can I do this in codeblocks with c/c++?
Thank you very much.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: show member methods?
« Reply #1 on: April 09, 2012, 08:22:51 am »
Yes, there is, it is called code-completion plugin and if you use a nightly build it almost works.
(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!]

Offline coolgod

  • Single posting newcomer
  • *
  • Posts: 2
Re: show member methods?
« Reply #2 on: April 10, 2012, 03:50:07 pm »
is there anyway to install the code-completion plugin for standard stable build? 10.05?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: show member methods?
« Reply #3 on: April 10, 2012, 04:08:21 pm »
is there anyway to install the code-completion plugin for standard stable build? 10.05?
Yes, select it during the installation.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ