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

Toggle properties #94

Open
cbnbg opened this issue May 28, 2017 · 1 comment
Open

Toggle properties #94

cbnbg opened this issue May 28, 2017 · 1 comment

Comments

@cbnbg
Copy link

cbnbg commented May 28, 2017

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

  • Brackets Version: Release 1.9 Build 1.9.0-17312 (release 189f6d39a)
  • Brackets Outline List Version: 1.2.0

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.

@Hirse
Copy link
Owner

Hirse commented May 29, 2017

Please add the information requested in the issue template: Brackets Version, Extension Version, the used code, the current output, and the desired output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants