> The only problem I can think of is what we call "scope autocompletion". E.g. > for C something like > > https://github.com/geany/geany/blob/c043996a9a3dc1b0aa36571cd5f5d61fd8d2eb59/src/tagmanager/tm_workspace.c#L56-L58
Hm, OK. Since I'm being *sort of* consistent with the tags, I don't think this will be a problem. (It could even be useful, but it doesn't seem to work for Verilog - typing `.` after an object of a class didn't provide suggestions for members of that class. Not that I'm too worried about that.) > So it depends whether you want to enable such a coloring - if not, it > shouldn't happen automatically and you are free to use whatever `tm_tag_...` > you wish - otherwise you have to be more careful. OK, I guess for the time being I'll leave it at that. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4039#issuecomment-2475141461 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4039/[email protected]>
