[Github-comments] [geany/geany] Added support for scoped function calltips (#1177)

Jiří Techet notifications at xxxxx
Sat Aug 20 22:38:52 UTC 2016


Yeah, looks similar and probably both cases could share some code. This patch works for namespace prefixes only but it could also be changed to work for variable prefixes too (for strongly-typed languages for which we have varType). 

On the other hand this patch supports multiple levels of scopes which we don't have in scope completion right now (the code would probably get quite a bit crazier if we were doing scope completion for multiple levels). But maybe it's not so important and one level could be enough.

But yeah, the idea behind the patch makes sense and brings back the beautiful memories of the implementation of scope completion :-).

-- 
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-241228174
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160820/6b2e36b9/attachment.html>


More information about the Github-comments mailing list