mrkschan/ctags-status

Relationship with symbols-view

Opened this issue · 3 comments

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?

Waiting for the completion of atom/symbols-view#204, we can use symbols-view to get tags of a file.

See db80998 on using vendored ctags from https://github.com/atom/symbols-view