[Github-comments] [geany/geany] Need c++ source code autocomplete for custom class members/functions (#1824)

elextr notifications at xxxxx
Wed Apr 11 12:09:31 UTC 2018


I am not sure which particular autocomplete situation you are having problems with.

If the names are in the symbols pane of an _open file_ of the same language they should appear for autocompletion if you type the first few characters (how many is settable in preferences, default 4).

Is that the problem you are describing, or is it that many names do not show up in symbols.  The ctags system used to get the symbols can only handle named scopes, not lexical scopes, so it does not parse local definitions, so those names will not show in symbols.



-- 
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/issues/1824#issuecomment-380429104
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180411/0127c075/attachment.html>


More information about the Github-comments mailing list