[Bug 58502] code completion doesn't work with namespace

Mark Kremers kde at markkremers.com
Wed Oct 29 11:08:06 UTC 2003


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
     
http://bugs.kde.org/show_bug.cgi?id=58502     




------- Additional Comments From kde at markkremers.com  2003-10-29 11:07 -------
I can confirm that this problem still exists (using KDevelop 3.0.0b1).
If a class is defined in a namespace and then used in another file, code completion will not work on the defined instance. For example:

  using namespace MYNAMESPACE
  MYCLASS instance;

Here, code completion on 'instance' will not work.
If however i do the following:

  MYNAMESPACE::MYCLASS instance;

Here code completion on 'instance' will work as expected.




More information about the KDevelop-devel mailing list