name: ctags description: Use ctags for code navigation
ctags
Use ctags to locate function/type definitions.
CLI Lookup
grep -P "^ik_repl_init\t" tags | cut -f1-3 | sed 's/;"$//'
Output: name<TAB>file<TAB>line
Rebuilding
Tags rebuild automatically on every make and make check
To manually rebuild: make tags
chat Comments (0)
Sign in to join the discussion and leave a comment.
Skill Details
GitHub Stars
1
GitHub Forks
0
Created
Jan 2026
Last Updated
5个月前
tools
tools ide plugins
Related Skills
Build your own?
Join 12,000+ developers contributing to the Claude ecosystem.
No comments yet. Be the first to share your thoughts!