Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

By code intelligence, I meant that the IDE should at least parse the class definition and be able to complete the class members.

share|improve this question
code intelligence is generally called intellisense – ratchet freak Dec 26 '12 at 4:42
2  
en.wikipedia.org/wiki/IntelliSense - intellisense is M$'s implementation of autocompletion – m0sa Dec 26 '12 at 8:15
How about visual studios, together with some third party software: stackoverflow.com/questions/2681999/… – alexvas Dec 26 '12 at 8:26
1  
@ratchetfreak please, don't use trademarked marketspeak to describe useful and widely implemented features. – Javier Dec 26 '12 at 14:09

closed as not constructive by gnat, Walter, ElYusubov, Glenn Nelson, Jim G. Dec 26 '12 at 14:41

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 2 down vote accepted

There are cloud based IDE for C/C++ like ideone,c omplir, cloud9, etc. I am not sure that any web IDE has matured enough to support autocompletion of code for C/C++ currently like in a native development kit.

Even if you find any IDE, it has the difficulty of managing the code.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.