You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a major design flaw in current ctags tree view implementation, which results in a bunch of issues like #123, #285, #314, etc.
The steps for rebuilding the ctags renderer could be:
Fix the corner cases that the current implementation is unable to work out, e.g, build the psedu tag correctly and fix the duplicated tags.
#211 is my attempt to fix this, but it has been stopped with only the first step was done. I'm not motivated to continue #211 and fix this eventually. Anyone running into/interested in this issue can start the rewritting work and I can provide some help as much as possible.
There is a major design flaw in current ctags tree view implementation, which results in a bunch of issues like #123, #285, #314, etc.
The steps for rebuilding the ctags renderer could be:
#211 is my attempt to fix this, but it has been stopped with only the first step was done. I'm not motivated to continue #211 and fix this eventually. Anyone running into/interested in this issue can start the rewritting work and I can provide some help as much as possible.