[Github-comments] [geany/geany] ctags unable to find variables that contain hyphen (#2679)

elextr notifications at xxxxx
Tue Dec 1 09:43:45 UTC 2020


Thats a calltip, not autocompletion.  Calltips require searching backward from the `(` to find a name to lookup, and thats one of the places I alluded to where only looking for C names is hard coded see the NULL at the end [here](https://github.com/geany/geany/blob/d2740f21feb84b6f951398c6f683674b2b56bfed/src/editor.c#L2043)

-- 
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/2679#issuecomment-736358704
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20201201/662b1133/attachment.htm>


More information about the Github-comments mailing list