Show folder in the tree view in Atom
Looks available to me?
tree-view:reveal-active-file
Cmd + |
It looks like this functionality is currently not available in Atom. Some related information:
- You can reveal the currently edited file in the Tree View using the menu entry
Packages > Tree View > Reveal Active File
or using the assigned keyboard shortcut (on OS X Cmd+Shift+\) - There's a Tree View Filter package, which seems to be similar to what you're looking for.
- The Tree View Search Bar package allows to search the tree view's content.
- There's an open issue on the Tree View package to add search capabilities, but it has not been implemented yet.