Intellisense in CodeBlocks

C++, C#, Java, PHP, ect...
Post Reply
Mardonis
Posts: 139
Joined: Wed Jun 29, 2011 7:54 pm

Intellisense in CodeBlocks

Post 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
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Intellisense in CodeBlocks

Post 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++.
The indelible lord of tl;dr
Post Reply

Return to “Coding”