Daniel <doubleagen...@gmail.com> writes:
> What is the benefit of tags over cider's go to definition functionality or 
> docs functionality?

Plenty of functions comes without docs strings, especially private
ones.

Also, go-to-definition will jump to implementation of current
function/ns only; you are not able to use auto-completion with tags,
symbol regex search (e.g. 'into-*') nor listing all references to
e.g. 'assoc-in' used through the code.

If you are funky enough, you can even integrate tags index with your
zsh/bash shell:

 * https://asciinema.org/a/88088
 * http://vim.wikia.com/wiki/Using_ZSH_completion_with_ctags_and_Vim
 * 
https://robots.thoughtbot.com/silver-searcher-tab-completion-with-exuberant-ctags

Best,
Sanel

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to