Helps to keep the tree view clean and clear by collapsing currently unused entries.
Open Settings → Install and search for tree-view-auto-collapse
or
install through command-line:
apm install tree-view-auto-collapse
Make sure to restart Atom after the package is installed.
- Package works the best with
Auto Reveal
andFocus on Reveal
options enabled (Packages → tree-view). - Works even better with ZenTabs package installed.
There are two modes you can use:
- Default: Automatically clean tree view after closing a text editor tab (you can disable this behaviour in Packages → tree-view-auto-collapse → Auto-Collapse on Editor Tab Closing).
- Invoke manually using command
tree-view-auto-collapse:clean-up
.
Feel free to submit issues and enhancement requests.
Please refer to each project's style guidelines and guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes
- NOTE: Be sure to merge the latest from "upstream" before making a pull request!