-
Notifications
You must be signed in to change notification settings - Fork 52
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
Comments
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 |
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. |
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). |
That would be great 😊 |
Closes ruby#37 We can hide the #class item for each object by setting true in hideClassItem
Closes ruby#37 We can hide the #class item for each object by setting true in the field hideClassItem in User Settings
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 :)
The text was updated successfully, but these errors were encountered: