Author Topic: Code Completion & Class Browser  (Read 5195 times)

greenhorn

  • Guest
Code Completion & Class Browser
« 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.

Offline dje

  • Lives here!
  • ****
  • Posts: 682
Re: Code Completion & Class Browser
« Reply #1 on: July 25, 2007, 07:06:07 pm »
Hi !

You should install latest nightly and look to Settings/editor to check code completion parameters.
RC2 is too old.

Dje

pass86

  • Guest
Re: Code Completion & Class Browser
« Reply #2 on: July 28, 2007, 07:48:24 am »
Code Completion is not work perfect.It needs to be redesigned.

Offline laserbeak43

  • Multiple posting newcomer
  • *
  • Posts: 61
Re: Code Completion & Class Browser
« Reply #3 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?
« Last Edit: July 29, 2007, 10:46:39 pm by laserbeak43 »

Offline rickg22

  • Lives here!
  • ****
  • Posts: 2283
Re: Code Completion & Class Browser
« Reply #4 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.

Offline laserbeak43

  • Multiple posting newcomer
  • *
  • Posts: 61
Re: Code Completion & Class Browser
« Reply #5 on: August 06, 2007, 01:50:18 am »
cool thanks