starscope icon indicating copy to clipboard operation
starscope copied to clipboard

Export Advanced Ctags Annotations

Open eapache opened this issue 12 years ago • 2 comments

Exuberant ctags defines a bunch of additional fields starting with a ;" that can be used to embed additional information in a tag file, see section 6 of: http://ctags.sourceforge.net/FORMAT

Most if not all of the required information is in the starscope db already, we just need to translate it appropriately.

eapache avatar Jan 12 '14 02:01 eapache

Turns out that most of the required information is not in the db already, so this is much more work than I thought. The infrastructure is in place now, but the actual tags themselves will have to wait until post-1.0.

eapache avatar Apr 10 '14 17:04 eapache

Did the language tag in 97ab099fa0975341bf3c77b2348a9417e2185759 because I wanted to use it with YouCompleteMe (which requires that tag). Still lots others to do, but not a priority.

eapache avatar Jul 18 '14 20:07 eapache