User forums > Using Code::Blocks

headers suggestions

(1/2) > >>

nick name:
I decieded to update my old version of codeblocks (11.12) to the last one I could find, 16.01. I noted that when I type "#include <", the standard headers are'nt displayed. The only suggesions are in the header's search directories I added to the project. I searched in the Editor's parameters and did not find any solutions. Is it possible to display them without adding a search directory of the main header's directory for each projects ?

BlueHazzard:
Have you started to type more characters? The completion should kick in after 3 letters.

oBFusCATed:
State your OS and compiler versions, please.

nick name:

--- Quote from: BlueHazzard on September 08, 2017, 01:48:42 pm ---Have you started to type more characters? The completion should kick in after 3 letters.

--- End quote ---
Of course, and even with the ctrl+space, it just suggest the headers in the added directories.
I have Code::Blocks 16.01, and MinGW with gcc 6.3.0, and my os is windows 10 wow64

oBFusCATed:
@ollydbg: Is there a way to see the folders that the CC plugin detects by calling GCC? On linux this is possible by using the -v --debug-log flags when starting C::B in terminal. But I don't have an idea if this works similarly on windows.

Navigation

[0] Message Index

[#] Next page

Go to full version