[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 09:39:50 UTC 2022


> I can't see any hint of the possible slowness issue noted above with all files in the biggest C++ project I have open, so I think its only likely to affect people with the kernal or chromium symbols open.

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.

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

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


More information about the Github-comments mailing list