nvim-dap-ui
nvim-dap-ui copied to clipboard
(feautre)expand all
hello rcarriga ,can you add expand all
and un expand all
, It will be very convenient that , thankyou
Can you elaborate on what you mean by expand all?
Can you elaborate on what you mean by expand all?
For example, when I'm debugging lua, I'm looking at the local variables of a function and it has a table in it, but there are so many levels that it would be nice to be able to expand it all
If folding could be leveraged, the commands & logic already exist for that, like zo
and zO
to open one or all folds under the cursor. Maybe a custom fold method could be added to the scopes pane?
Recursively expanding the "Locals" buffer would be super helpful, especially if we leveraged the existing unfold commands like zR
.
Here's a screenshot of one such example where I had to press Enter
for every nested level
It will be super helpful indeed. Even if vim folds are not implemented, any hacky workaround would be good too. Thanks for nvim-dap-ui!
Any updates on this issue? C: