You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added support for watching multiple files via glob patterns, with per‑file
modification tracking, placeholder substitution in commands, and a
configurable sleep interval.
Introduced a unified code_indexer command that generates ctags/cscope tags
for the current directory, replacing the old create_cstags and create_tags commands.
Added an only_format option to code_indexer to target a single tag
format, and switched the ctags branch to use the native ctags command for
improved performance.