Hirse / brackets-outline-list

Extension for Brackets and Phoenix to display a list of the functions or definitions in the currently opened document.
MIT License
79 stars 30 forks source link

Toggle properties #94

Open cbnbg opened 7 years ago

cbnbg commented 7 years ago

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.

        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 commented 7 years ago

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