7ute / symbols-list

An alternate symbol list sidebar for Atom.io text editor
GNU General Public License v3.0
32 stars 24 forks source link

[idea] Folding #16

Open trusktr opened 8 years ago

trusktr commented 8 years ago

After making indentation (#14), there could be an ability to open close the tree views (similar to the file tree view).

7ute commented 8 years ago

Hi, Thanks for the feedback! This feature would mean to parse the code much more accurately that with simple regexes, which I did not plan for now. But I'll leave this open, if someone want to contribute in that direction. With the proper settings to enable/disable it, it could be an interesting feature.

You may want to check symbols-tree-view for this kind of feature ( it uses atom's internal symbol generator, which is why I started this project ;) )

trusktr commented 8 years ago

I tried that one, but it was completely utterly broken, instead of a tree it was flat and with glitchy lines. Maybe a theme problem? Not sure though. I like how yours has the icons though. :]