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

elextr notifications at xxxxx
Mon Aug 22 05:04:33 UTC 2016


>  but once the calltip is shown it no longer respects the scope so well and it just shows all functions.

Yeah, calltips don't look at context AFAIK, only scope autocomplete does, for named scopes (ie classes, namespaces) only, it doesn't know about lexical scopes.  And variable scope auto-completion only works for variables defined at top level, so its isn't very useful for modern C/C++.

The whole area could probably use a re-think instead of piling patches over patches, especially if @techee doubts it.

-- 
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-241315826
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160821/5b6c7aea/attachment.html>


More information about the Github-comments mailing list