[Github-comments] [geany/geany] Added support for scoped function calltips (#1177)
elextr
notifications at xxxxx
Tue Aug 23 11:53:33 UTC 2016
@b4n, it looked like you are relying on autocomplete's algorithm by cunningly renaming it, but it doesn't work AFAICT, eg:
```c++
struct Bar {
int aaab;
};
struct Foo {
int aaaa;
int f(){
aa // now autocomplete shows both aaaa and aaab
};
};
```
Or is that not what its doing.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1177#issuecomment-241707537
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160823/dc360f69/attachment.html>
More information about the Github-comments
mailing list