Code::Blocks Forums
User forums => Help => Topic started by: cfriend on December 31, 2005, 12:10:32 pm
-
Hi
I try some code in order to test the IDE and I see that code completion is not working well inside the editor
For example It shows functions that I have delete. Thats is it is not updated well (Is there any shortcut to force to do the update ?)
Most happen when I declare not inline functions ex void TestClass::[It is here tha shows deleted functions].
But if I declare an object in code say TestClass rt; rt.[This work well]
It is not working with namespace std (even if I add a using declaration ). Is there any way to happen?
Thanks (it is a nice project maybe I take a look into code)
-
The code completion plugin parses on-disk files, not in-memory editors. Also, it does currently not work with standard C++ headers. Namespaces are supported, only the effect of the keyword namespace is not implemented yet.