Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to toggle display of #class items #37

Open
jabamaus opened this issue Apr 15, 2022 · 10 comments · May be fixed by #278 or ruby/debug#1004
Open

Ability to toggle display of #class items #37

jabamaus opened this issue Apr 15, 2022 · 10 comments · May be fixed by #278 or ruby/debug#1004
Labels
enhancement New feature or request

Comments

@jabamaus
Copy link

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 :)

@ko1
Copy link
Collaborator

ko1 commented Apr 17, 2022

Do you want to reduce 1 line from "lots of member variables"?

@jabamaus
Copy link
Author

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.

@ko1
Copy link
Collaborator

ko1 commented Apr 21, 2022

Sorry I can misunderstand. Could you share a screen shot you want to unvisible?

@jabamaus
Copy link
Author

Here you go :)

image

@ko1
Copy link
Collaborator

ko1 commented Jul 6, 2022

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.

@jabamaus
Copy link
Author

jabamaus commented Jul 7, 2022

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.

@ko1
Copy link
Collaborator

ko1 commented Jul 8, 2022

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?

@jabamaus
Copy link
Author

jabamaus commented Jul 8, 2022

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?

@ko1
Copy link
Collaborator

ko1 commented Jul 8, 2022

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.

@jabamaus
Copy link
Author

jabamaus commented Jul 8, 2022

That would be great 😊

@ko1 ko1 added the enhancement New feature or request label Sep 16, 2022
ono-max added a commit to ono-max/vscode-rdbg that referenced this issue Jun 3, 2023
Closes ruby#37

We can hide the #class item for each object by setting true in hideClassItem
ono-max added a commit to ono-max/vscode-rdbg that referenced this issue Jun 3, 2023
Closes ruby#37

We can hide the #class item for each object by setting true in the field hideClassItem in User Settings
@amomchilov amomchilov linked a pull request Jul 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants