Relationship with symbols-view
Opened this issue · 3 comments
mrkschan commented
https://atom.io/packages/symbols-view
Jump to a function/method in the current editor with
cmd-r
.
If your project has a tags/.tags/TAGS/.TAGS file at the root...
This package uses ctags.
- Is it possible to reuse its ctags integration?
- It it possible to integrate with tags/.tags/TAGS/.TAGS file?
mrkschan commented
and, what about https://atom.io/packages/symbols-tree-view?
mrkschan commented
Waiting for the completion of atom/symbols-view#204, we can use symbols-view to get tags of a file.
mrkschan commented
See db80998 on using vendored ctags from https://github.com/atom/symbols-view