symbols-tree-view icon indicating copy to clipboard operation
symbols-tree-view copied to clipboard

A symbols view like taglist for Atom.io

symbols-tree-view package

Symbols Tree View for Atom.io, just like taglist or tagbar for VIM.

tag-generator.coffee comes from http://github.com/atom/symbols-view

screencast

Settings

  • Auto Hide If checked then symbols-tree-view is always hidden unless mouse hover over it. (default=false)

  • Auto Toggle If checked the symbols-tree-view is auto toggled on when you open files. (default=false)

  • Scroll Animation If checked it will scroll to the destination gradually when you click the item in symbols-tree. (default=true)

TO DO

  • Add specs for test

  • Improve icons