This package provides the following services:
This package consumes the following services:
Symbols View Plus package
An alternative to atom/symbols-view
Features
- Generate project symbols
- Provide a command to generate the tag file for the whole project
- Update the project tag file incrementally on file save
- Allow user to add extra ctag command arguments
- Provide service for autocomplete-plus
- Project symbols are provided for autocomplete-plus automatically
- Provide extra themes of symbols view
- Dock item theme
- Right panel theme
Installation
Install this package in Atom or using apm install
, and read this wiki page when encountering errors.
Usage
Basically the same as atom/symbols-view, refer to the wiki for advanced usage and faqs.
Screenshots
Theme: dock item
Theme: right panel
License
References
- atom/symbols-view : Jump to symbols in Atom
- atom/autocomplete-plus : View and insert possible completions in the editor while typing
- yongkangchen/atom-ctags : Better autocomplete for atom, using ctags
- 7ute/symbols-list : An alternate symbol list sidebar for Atom.io text editor
- xndcn/symbols-tree-view : A symbols view like taglist for Atom.io