News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Code completion failed

Started by cfriend, December 31, 2005, 12:10:32 PM

Previous topic - Next topic

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."