This can be done, but it would require to have some kind of project defintion. I mean if I'm in project root directory it's fine, I can just recurse it. But when I'm in a sub-directory how am I to know that I should go one level up and parse there?
I suppose that recursing sub-directories would be useful.
I've added `lispy-goto-recursive` as the recursive option. Although it gets sluggish at ~100000 tags.
Additionally, if the project is under version control, that might be a way to identify how many levels you can/should go up.
Thanks, I haven't thought of that.
regards, Oleh