Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: ez88 on March 14, 2015, 03:38:10 pm

Title: Code Completion, many lists ?
Post by: ez88 on March 14, 2015, 03:38:10 pm
Hi!

I use "Code::Blocks 13.12" IDE, (MinGW, C++).
My problem, when i type "std::vector< int > myList" in "main.cpp" file, and i type "myList.", then i see the "code completion" list, where i see many methods, what no in "Visual C++". For example: "void _M_fill_assign()", "_M_fill_initialize()" etc.
What is this? These have the "std::vector" variable? I want, then these methods not displaying in my "code completion" list.
Is it possible?

Thank you, answers. :)
ez88