Author Topic: Code Completion  (Read 5179 times)

abir

  • Guest
Code Completion
« on: May 01, 2006, 03:45:47 pm »
Thanks to Code::Block peoples for such a nice IDE for C++...
I had shifted from good ond Dev C++ to Code::Blocks.
When the code completion is suppose to work? Are you using ctags?
I am eagerly waiting for that feature ( I usually code manually). With that feature I am sure that this IDE will be even better than MS Visual Studio with all sorts of plugins.

Will the code completion be too difficult? Provided ctags already exists.
ALso what about auto completion feature?
And dont make it clumsy like KDevelop. A simple IDE is much better.
Also I expect a standard makefile version of C::B for linux.

Again best wishes for such a beautiful IDE.

acer

  • Guest
Re: Code Completion
« Reply #1 on: May 01, 2006, 05:21:07 pm »
Same to you mate.

Hopefully the feature could be done soon. Personally speaking, I like it as simple as possible, especially do not let the cursor lose the focus. :P

takeshimiya

  • Guest
Re: Code Completion
« Reply #2 on: May 01, 2006, 05:58:05 pm »
Are you using ctags?
Not. Currently a hand-made parser is being used.

Will the code completion be too difficult? Provided ctags already exists.
What is missing is someone with the time, to integrate a ctags parser (or eranif ctags-based parser, or any other good parser) in Code::Blocks.