hex13 / atom-lupa

Atom extension which displays outline for JavaScript files
MIT License
41 stars 4 forks source link

Feature request: Hide unnamed function from outline #53

Open poof86 opened 6 years ago

poof86 commented 6 years ago

My outline is to crowded with all the little unnamed functions I have pass to functions like ".addEventListener(function ..."

I would like to be able to hide those from the outline so I have a better view of the function that are more important to me.