nvim-dap-ui icon indicating copy to clipboard operation
nvim-dap-ui copied to clipboard

(feautre)expand all

Open yyy33 opened this issue 2 years ago • 6 comments

hello rcarriga ,can you add expand all and un expand all , It will be very convenient that , thankyou

yyy33 avatar Oct 11 '22 15:10 yyy33

Can you elaborate on what you mean by expand all?

rcarriga avatar Oct 13 '22 07:10 rcarriga

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

yyy33 avatar Oct 14 '22 15:10 yyy33

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?

mwcz avatar Dec 12 '22 14:12 mwcz

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 Screenshot 2023-03-23 at 1 38 31 PM

tabboud avatar Mar 23 '23 20:03 tabboud

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!

phcerdan avatar Apr 14 '23 10:04 phcerdan

Any updates on this issue? C:

fira42073 avatar Apr 20 '24 00:04 fira42073