aerial.nvim
aerial.nvim copied to clipboard
feature request: Is there a way to show telescope result with indentation?
Did you check existing requests?
- [X] I have searched the existing issues
Describe the feature
Currently, when I call :Telescope aerial, it shows the following result:
It's good, but I wonder is there any way to show methods with indentation? Just like what :AerialOpen does.
The
new and with_capacity methods are indented.
Provide background
No response
What is the significance of this feature?
nice to have
Additional details
Actually I really like what zed doing, when I search a method, it shows me parent struct too.
https://github.com/user-attachments/assets/567a80a8-371b-4669-b7a0-12e266e69764
It's really awesome to have a way to do this.