A package for reading source code tag files
CTags generator
Rummy plugin for symbol extraction via antlrmap and ctags
SCSS ctags generator
javascript ctags
Webpack plugin to generate ctags
Generate ctags file based on code analysis
JS Native ctags parser
MCP server for fast code navigation using Universal Ctags and ripgrep — find symbol definitions and references across any codebase
ctags plugin for gulp
A command line tool for generating an extended ctags file for Javascript.
Ctags-like generator for TypeScript
CLI tool to generate ASCII tree of project structure with symbol stubs using universal-ctags
universal ctags compiled to Javascript with emscripten for use with node.js
Fast, precise codebase exploration via universal-ctags — symbol search, outlines, exact code retrieval, global index storage, and cross-project search
ctags-like tag generator for JavaScript and Node.js
Extract and categorize every function, method, and class in a codebase by user-facing feature using universal-ctags
A ctags generator and watcher
Write tags file using javascript-ctags
nuclide-ctags-rpc
A ctags generator and watcher
A tool to create ctags-compatible tag information for javascript files based on jsdoc comments
**btags** is a ctags generator for JavaScript. In particular, it's made in order to support ES2015/ES2016 features and beyond, by using [babylon](https://www.npmjs.com/package/babylon), which is babel's AST tool.
Agentic harness for model-first software development
Generate a ctags file for your Rust project with Universal Ctags.
A parallel universal-ctags wrapper for git repository
Incrementally update a tags file with symbols from specific source files
analyze dependencies and generate single TAGS for cargo projects
Data-oriented Rust UI design toolkit.
Create ctags/etags for a cargo project and all of its dependencies
Modeling is a tools to analysis different languages by Ctags
A cargo sub-command to run ctags on the top-level project dependencies.
Declarative package manager for AI coding tools (Claude Code, Codex, Cursor) — installs CLIs and wires per-project instructions.
The General Purpose Language Server for Command-Line Linters and Formatters
`A commandline tool and shell plugin that watches for file changes in a directory and incrementally rebuilds your ctags file for the files which have changed.
Generate ctags using Tree Sitter
Automatic ctags generation on gem install
Guard::CtagsBundler uses ctags utility and generates 2 files: tags -- with tags generated from project's source tree and gems.tags -- with tags generated from rubygems from project's bundle.
ctags.rb exposes exuberant-ctags to Ruby
Generate ctags for bundler projects
Wrapper for ctags
Add rake task for generating ctags from bundler
Ctags "tags" files provide a treasure trove of information on the locations of symbols in a project. Since ruby is such a strongly opinionated language, we can also make some educated guesses in order to get even more useful information out of it.
Generate ctags for rvm Ruby stdlibs.
Guard::CtagsComposer uses ctags utility and generates 2 files: tags -- with tags generated from project's source tree and vendor.tags -- with tags generated from vendor folder.
it allows you to automatically run ctag command when files are modified. the generated files compatible with default sublime text's ctags plugin.
Provides a hook after gem installation to generate ctags
fast, accurate ctags generator for ruby source code using Ripper