hex13 / atom-lupa

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

Indent functions inside of methods #34

Open ProLoser opened 8 years ago

ProLoser commented 8 years ago

Note this request() symbol is actually called inside of sendPayload() so it should be indented. This goes back to #29 where you would be better off merging functions and methods/classes together into one unified tree. Then allowing us to optionally hide functions (or classes/methods) from the tree?

image