返回 Skill 列表
extension
分类: 开发与工程无需 API Key

ctags

使用ctags进行代码导航

person作者: jakexiaohubgithub

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