News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code Completion

Started by abir, May 01, 2006, 03:45:47 PM

Previous topic - Next topic

abir

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

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

Quote from: abir on May 01, 2006, 03:45:47 PM
Are you using ctags?
Not. Currently a hand-made parser is being used.

Quote from: abir on May 01, 2006, 03:45:47 PM
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.