Page 1 of 1

Intellisense in CodeBlocks

Posted: Fri Feb 21, 2014 4:15 pm
by Mardonis
Howdy guys,

I was wandering if anyone uses codeblocks or has used it and would be able to help with this question? I have Intellisense turned on first off. when I type #include it shows up no problem there, the problem is where it doesnt show any of the directories (i think they are called) after i start the < for example iostream. #include <iostream(not intellisensing here because cant remember them all)>. It should be able to start it once i type in atleast the ios part or just i. Thank you for the help.

Mardonis

Re: Intellisense in CodeBlocks

Posted: Fri Feb 21, 2014 4:44 pm
by Jackolantern
I don't use C++ much, and haven't used CodeBlocks in probably 5 years at least, so I can't really assist much with the problem. However, I can add that I remember auto-complete (what the feature is actually called; "Intellisense" is a Microsoft trademark ;) ) was quite poor in it. I was highly disappointed with the IDE all the way around. Maybe try out Visual Studio Express? That is about as good of auto-complete as you can get with ANSI C++.