Ability to toggle display of #class items
jabamaus opened this issue · 10 comments
I welcome the information but I want the variable view as simple as possible especially when working with apps with lots of member variables and data in general. A checkbox to toggle #class for all items in view would be wonderful :)
Do you want to reduce 1 line from "lots of member variables"?
I'm sorry I'm not sure what you mean. I just want the ability to filter out the #class items out of the variable view. A context menu toggle that is persisted would be sufficient. The purpose is just to reduce unneeded data. If I want to view this item I can turn it back on again.
Sorry I can misunderstand. Could you share a screen shot you want to unvisible?
Ah, you want to hide #class
for each object, right?
I see. Should it be a user configuration or launch.json
setting? maybe user configuration I guess.
A configuration setting would be a good start for a default but some way of briefly viewing in the variable view would be ideal as it could be occasionally useful.
but some way of briefly viewing in the variable view would be ideal as it could be occasionally useful.
Sorry I couldn't understand this idea. Could you explain more?
I just mean that the ability to toggle the display of class items in the variable view would be useful in addition to a general default in settings. Maybe it could be on a context menu?
Ah you can control this ability by IDE UI (button/context menu and so on).
I understand and I don't think I can make it :p (it seems difficult).
Adding new command (run on the command pallet) is possible.
That would be great 😊