Automatically expand single-element in calltree view of tree explorer
Open
good first issue
ui
- Dominant language
- C++
- Stars
- 6.5k
- Forks
- 868
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 218
Description
The calltree view is cool *but* it doesn't do a good job of expanding eagerly in the case where there's only a single possible child. We should eagerly expand on every entry as long as there's only one child.
Contributor guide
Research direction
Start by locating the calltree view in the tree explorer and tracing how entries with children are expanded. Verify the behavior with a call tree where entries have a single child, ensuring expansion continues through single-child entries and stops when an entry has multiple children.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 65/100