Ctags

Use ctags for code navigation Use when this capability is needed.

tomevault-io 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


Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/mgreenly--ikigai--ctags commit 1958ef810c

Frequently asked questions

npx skillmds@latest add tomevault-io/ctags