-
-
Notifications
You must be signed in to change notification settings - Fork 89
Add containment icons to scope visualizer #3085
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
selected
category to scope visualizer
Interesting idea. Could maybe be accomplished without adding a new section by just adding an emoji next to each scope description? Something like:
These could be combined if multiple apply (ie if your selection contains a function and is also contained by a function it would be 🪆📦) I don't think sorting would be necessary because these would be really easy for your eye to pick up and then we preserve alphabetical (Thanks to ChatGPT for help picking emojis |
I'm not sure. My first thought was to have an icon like that, but then I start thinking that the sorting is actually quite useful. |
selected
category to scope visualizer
The new category shows all scopes that intersect with your current selection. Scopes smaller than the current selection are excluded and then sorted by smallest first. The result is that the scopes at the top are the ones that match your current selection the best. If you're ever interested in different ways of targeting a particular text you just need to select that and see which scopes match.
I'm not sure about the name/label. Any suggestions for something better than
Selected
?