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 library?

Started by Kreso, March 15, 2007, 11:51:27 AM

Previous topic - Next topic

Kreso

C++ code completion has so far been a big problem for all C++ IDE I've ever seen. It doesn't even work in VC++ as it's supposed to?

So, my 'suggestion', and that is strictly IMHO, is to write a code completion library, something similar to CTags, which would have a simple to use api and being a stand-alone project, it could have a lot of contributors, an could quickly develop to be very fast and usable.

That way, every IDE can use that library to everyone's benefit;


I'm not sure if this is the best way to approach this issue, this is just an idea I had.
If enough interest is shown, I'd be very interested to start a new GPL project and start working on the project.

Pecan

Quote from: Kreso on March 15, 2007, 11:51:27 AM
C++ code completion has so far been a big problem for all C++ IDE I've ever seen. It doesn't even work in VC++ as it's supposed to?

So, my 'suggestion', and that is strictly IMHO, is to write a code completion library, something similar to CTags, which would have a simple to use api and being a stand-alone project, it could have a lot of contributors, an could quickly develop to be very fast and usable.

That way, every IDE can use that library to everyone's benefit;


I'm not sure if this is the best way to approach this issue, this is just an idea I had.
If enough interest is shown, I'd be very interested to start a new GPL project and start working on the project.

Search the forum for cTags. There was, some time back, a project to do as you described.

Kreso


Kreso

so, wat is the s-tatus of this ctags plugin; is it going te be releasod anytime soon?