Ctags

Use ctags for code navigation

multicam 6e9c790 350 B Updated

File contents

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

multicam/ikigai-rev/tree/main/.claude-i/library/ctags commit 6e9c790a9f

Frequently asked questions

npx skillmds@latest add multicam/ctags