- Merge with atom/symbols-view (fbce559)
- Consume busy-signal service now
- Improve user experiences
- Fix several potential bugs
- Fix a bug in goto declaration
- Imporve the README
- Fix a few bugs for Windows users
- Fork from atom/symbols-view-0.116.1
- Add a new theme: Dock Item
- Fix several minor bugs
- Add a switch to enable/disable function argument completions
- Add leftLabel and rightLabel for auto-complete suggestions
- Try to make a snippet when providing auto completions
- Check the prefix length by
autocomplete-plus.minimumWordLength
- Recommend to use
.ctags
file for each project now - Update the content of the wiki and screenshots
- Improve UI
- Add screenshots to README.md
- Improve TagGenerator a little
- Fix known bugs
- Update TagGenerator for better cwd handling
- Employ AppVeyor CI and Travis CI
- Check dependencies with Gemnasium
- Allow more package configurations
- Provide a new theme of symbols view
- Provide service for autocomplete-plus
- Provide a command to generate the tag file of whole project
- Update the project tag file incrementally on file change
- Allow user to add extra ctag command arguments
- Fork from atom/symbols-view-0.113.0