[Github-comments] [geany/geany] Use the official 'libreadtags' library from ctags for parsing ctags files (PR #3049)
Jiří Techet
notifications at xxxxx
Sun Dec 12 10:15:10 UTC 2021
> Oh, ok, its a range of lines is it?
Well, the function name is included in the scope of local variables. So e.g. for
```
int main(void) {
int i;
for (i = 0; i < 10; i++) {
int j;
}
}
```
the scope for `i` is `main`. Now of course you won't see any nested blocks so `j` will have the same scope as `i` but at least you can distinguish what's local for the function and what isn't.
--
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/pull/3049#issuecomment-991870339
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20211212/55e149ba/attachment.htm>
More information about the Github-comments
mailing list