-
-
Notifications
You must be signed in to change notification settings - Fork 379
Use hierarchical Jump-to links #726
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Urgh, my recent related PR might have messed with that. Could you look into reconciling this? FWIW I'd love to have a small arrow next to each struct/class. When clicked, the arrow shows members in a drop down. Would that be doable? |
29ff9f3
to
f927058
Compare
Rebased on top of #740. I still need to show anchor overload links, will do tomorrow.
Should be doable, I'll investigate. Alternatively we could just show the first line of nested jump to links until expanded. |
This good to go? |
Needs a rebase since #740 was merged. |
rebase pliz |
No other changes except expanding $(MIDDOT).
Show non-top-level jump-to links even when inhibitQuickIndex is set. Show all jump-to links with same background color as symbol declarations.
@MartinNowak I've made the @andralex Should be good now, sorry for the delay. |
Use hierarchical Jump-to links
... and it's up! |
Great! |
https://issues.dlang.org/show_bug.cgi?id=5136
Show only top-level symbols in the main module jump-to links, with remaining symbols shown in separate jump-to lists before their respective parents.
Show non-top-level jump-to links even when
inhibitQuickIndex
is set.Show all jump-to links with same background color as symbol declarations.
Note: std.typecons, std.stdio and std.container.rbtree are nice modules to test this with.