User forums > Using Code::Blocks

Wonky Code Completion

(1/1)

swinchen:
Hello, I set my code completion plugin to the following settings:
Maximum Concurrent Threads: 8
Follow LOCAL includes: YES
Follow GLOBAL includes: YES
Parse Preprocessor Directives: YES
Disable Code-Completion: NO
Disable SmartSense: YES
Case sensitve matches: YES
Delay(ms): 500
Color: White
Use Cache: NO
Always update cache: NO

And then I did the simple little test:

--- Code: ---#include <iostream>

int main()
{
std::   
return 0;
}

--- End code ---

Now on the std:: the code completion pops up:  "function    main () : int"

Is something wrong, or am I doing something incorrectly?

Thanks,

Sam

mandrav:
STL is not supported yet, sorry.

Yiannis.

Navigation

[0] Message Index

Go to full version