atom-ide-ui icon indicating copy to clipboard operation
atom-ide-ui copied to clipboard

Filtering/Sorting of Outline View

Open dpwrussell opened this issue 8 years ago • 3 comments
trafficstars

I saw that https://github.com/facebook-atom/atom-ide-ui/issues/37 moved over to https://github.com/atom/atom-languageclient, but this seemed more UI related so posting here.

I know its early days, so maybe this is coming, but it would be fantastic to be able to filter/sort the Outline view. In particular, I personally don't find it useful to see my variables and modules there, class and function definitions on the other hand are very useful. Buttons for each type to toggle them on and off would be ideal. Sorting by other criteria would also be really useful. If I am looking at someone else's code file where I don't know the layout, alphabetical would be incredibly useful.

Excited to see developments!

dpwrussell avatar Sep 22 '17 22:09 dpwrussell

Would be great to be able to exclude what type of symbols are listed like in https://atom.io/packages/symbols-tree-view

From my perspective I'm often not interested in class properties - just the methods.

ol1s avatar Oct 11 '17 10:10 ol1s

And also, the possibility to fold classes and methods in a tree, but probably that's coming too in the next updates.

egeres avatar Jan 18 '18 22:01 egeres

Related, duplicate request = Issue #166

mlavi avatar Jul 02 '18 18:07 mlavi