You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
It would be great if it was possible to use the toggle argument with your own parameters.
By default it would toggle everything as it currently does (dapui.toggle()) but you could enter multiple configuration such as: dapui.toggle('console') so it only does the console part.
This would create a nice set of shortcut:
ie.
Edit: After reading the doc it seems we can toggle specific layout element. Knowing I am using the base configuration I can toggle the REPL + Console with require('dapui').toggle(2) I do wonder if I can toggle specific element of a layout individually or I would need to edit the layout. It does also seems related to #252
The text was updated successfully, but these errors were encountered:
Hey,
It would be great if it was possible to use the toggle argument with your own parameters.
By default it would toggle everything as it currently does (
dapui.toggle()
) but you could enter multiple configuration such as:dapui.toggle('console')
so it only does the console part.This would create a nice set of shortcut:
ie.
Alternatively have a way like neotest:
Edit: After reading the doc it seems we can toggle specific layout element. Knowing I am using the base configuration I can toggle the REPL + Console with
require('dapui').toggle(2)
I do wonder if I can toggle specific element of a layout individually or I would need to edit the layout. It does also seems related to #252The text was updated successfully, but these errors were encountered: