Skip to content

v0.95.0

Choose a tag to compare

@flori flori released this 08 Mar 23:02
  • 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.