Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: greenhorn on July 25, 2007, 06:58:18 pm

Title: Code Completion & Class Browser
Post by: greenhorn on July 25, 2007, 06:58:18 pm
Sorry this stupid question, but I'm a absolutely newbie. I am starting to learn C++ and I've installed C::B now
(stable version RC2 on WinXP). The code completion feature doesn't work, and I cannot find any class browser  :( .  What I'm doing wrong ??  How can I browse contents of the STL ?

Thank you for help.
Title: Re: Code Completion & Class Browser
Post by: dje on July 25, 2007, 07:06:07 pm
Hi !

You should install latest nightly (http://forums.codeblocks.org/index.php/board,20.0.html) and look to Settings/editor to check code completion parameters.
RC2 is too old.

Dje
Title: Re: Code Completion & Class Browser
Post by: pass86 on July 28, 2007, 07:48:24 am
Code Completion is not work perfect.It needs to be redesigned.
Title: Re: Code Completion & Class Browser
Post by: laserbeak43 on July 29, 2007, 10:42:23 pm
so far, for me, code completion allows me to write classes and things easier, one thing i do like about visual studio is that when you hover your mouse over a class of function, a tool tip pops up that shows you the base class and the class or function arguments.

does codeblocks do this?
Title: Re: Code Completion & Class Browser
Post by: rickg22 on July 30, 2007, 04:35:01 am
yes, it does....

at least in theory  :roll: there have been some recent reports about CC not working as it should, but Yiannis is taking care of it.
Title: Re: Code Completion & Class Browser
Post by: laserbeak43 on August 06, 2007, 01:50:18 am
cool thanks