[Github-comments] [geany/geany] Enable local variable and function parameter tag reporting for C/C++ (PR #3175)

Jiří Techet notifications at github.com
Thu Apr 28 16:31:13 UTC 2022


> This is something I'd still like to look at - I think I could optimize the non-scope autocompletion a bit so it doesn't have to govthrough so many symbols (and sort those). The biggest danger is libraries like glib or gtk where all the symbols have the same prefix g_ or gtk_ and are possible candidates for the autocompletion popup.

OK, it's hopefully fixed in the latest commit.

@elextr I still find it a little strange that I get autocompletion results for variables declared after the current line in the function (I would say it's more annoying to see these invalid suggestions than the rare problem when you have variables declared later in the code by mistake). If you use some other editors for C/C++, would you check how they behave in this respect?

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3175#issuecomment-1112415759
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany/pull/3175/c1112415759 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20220428/c87590c9/attachment.htm>


More information about the Github-comments mailing list