User forums > Help
Code completion failed
(1/1)
cfriend:
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)
thomas:
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.
Navigation
[0] Message Index
Go to full version