A simple plugin to global search a tags file to jump to symbols.
Tag files (generated by ctags) are a great fallback when other language server based methods are not working so well, or just hard to configure.
Future work
- Add tag file as completion source
- Go to tag under cursor
Non goals
Integration with symbol or general language provider features
Tags are a course solution, and I think they should be mostly used as a fallback when language specific features are available.
| |