[Github-comments] [geany] Rewrite scope completion 3 (#862)
Colomban Wendling
notifications at xxxxx
Mon Jan 11 19:42:46 UTC 2016
I'm sure we discussed it but I can't find it back quickly apparently; but there's something odd I believe should work: currently nothing is suggested for namespaces.
E.g., imagine this C++ file:
```c++
namespace Ns {
class Cls {
public:
static int f() { return 42; }
};
};
int main(void)
{
return Ns::Cls::f();
}
```
Nothing pops after `Ns::`, but it works for `Cls::`.
---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/862#issuecomment-170667262
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160111/2b74c416/attachment.html>
More information about the Github-comments
mailing list