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
What did you do? Please include the actual source code causing the issue.
e.g. testproperty is shown in outline list and I want to be able to hide it.
constructor(...) {
...
}
get testproperty() {
return "myValue";
}
What did you expect to happen? How did you expect the Outline to look?
Outline settings button menu:
-> Anonymous functions
-> Show arguments
Please add -> Show properties
...
What actually happened? How did the Outline actually look?
I can't toggle properties show/hide e.g. in a javascript class.
The text was updated successfully, but these errors were encountered:
Please add the information requested in the issue template: Brackets Version, Extension Version, the used code, the current output, and the desired output.
At the moment all properties are added to the list. That's ok but it would be nice to hide them.
Details about your environment
What did you do? Please include the actual source code causing the issue.
e.g. testproperty is shown in outline list and I want to be able to hide it.
What did you expect to happen? How did you expect the Outline to look?
Outline settings button menu:
-> Anonymous functions
-> Show arguments
Please add -> Show properties
...
What actually happened? How did the Outline actually look?
I can't toggle properties show/hide e.g. in a javascript class.
The text was updated successfully, but these errors were encountered: