Author Topic: Code completion failed  (Read 3457 times)

cfriend

  • Guest
Code completion failed
« 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)


Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Code completion failed
« Reply #1 on: December 31, 2005, 02:21:52 pm »
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."