awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
xolox avatar

xolox/vim-easytags

0
View on GitHub↗
1,005 stars·104 forks·VimL·9 viewspeterodding.com/code/vim/easytags↗

Vim Easytags

Vim-easytags is a text editor extension that automates source code index generation, code navigation, and dynamic syntax highlighting for development workflows within Vim. It functions as a tag management plugin that scans source files in the background to build symbol index files automatically using external generators.

The extension applies dynamic token coloring across various programming languages using loaded symbol definition files, and links generated symbol groups to default color themes or overrides individual styles per language. Performance on large symbol files is improved by delegating intensive syntax parsing tasks to an embedded script interpreter when available.

Additional capabilities include background compilation task execution that captures output directly into quickfix lists without spawning console windows, external resource launching for files, directories, web URLs, and email addresses, and interface element toggling that hides menus, toolbars, and tab lines during full-screen mode transitions.

Features

  • Code Symbol Navigators - Provides code navigation by scanning source files to build symbol indexes for quick definition jumping.
  • Symbol Index Generation - Scans source files in the background to automatically create and update symbol index files.
  • Vim Plugins - Automates source code index generation and dynamic syntax highlighting for recognized symbols in Vim.
  • Code Syntax Highlighting - Applies dynamic syntax highlighting to code tokens and symbols using loaded definition index files.
  • Vim Syntax Highlighters - Acts as an editor extension that colors code identifiers and functions dynamically using symbol definitions.
  • External Resource Launchers - Opens files, directories, web URLs, and email addresses directly in preferred system applications from the editor.
  • Background Task Execution - Executes background compilation tasks without console windows and captures output into quickfix lists.

Star history

Star history chart for xolox/vim-easytagsStar history chart for xolox/vim-easytags

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Vim Easytags

Similar open-source projects, ranked by how many features they share with Vim Easytags.
  • maxmellon/vim-jsx-prettyMaxMEllon avatar

    MaxMEllon/vim-jsx-pretty

    968View on GitHub↗

    Vim-jsx-pretty is a text editor extension that provides syntax highlighting and indentation rules for JSX and TSX code elements within the Vim editor. It operates as a TypeScript JSX language plugin, rendering colorized programming constructs and nested markup hierarchies legibly inside source files. The extension applies syntax coloring and smart spacing rules to markup structures through embedded language syntax regions and structural grammar integrations. It supports formatting for tagged template strings by applying rules directly to embedded markup structures inside designated template l

    Vim scriptjsxjsx-syntaxreact-syntax
    View on GitHub↗968
  • octol/vim-cpp-enhanced-highlightoctol avatar

    octol/vim-cpp-enhanced-highlight

    1,073View on GitHub↗

    This project is a syntax highlighting plugin for the Vim text editor that provides advanced color coding for modern C++ language standards. It functions as a set of configuration files that extend the editor's native grammar to improve code readability and navigation. The plugin distinguishes between standard library components, modern language features, and user-defined code structures. By applying unique visual formatting to classes, functions, and variables, it assists in identifying language elements and understanding source code logic. The extension utilizes regex-based pattern matching

    Vim script
    View on GitHub↗1,073
  • rust-lang/rust.vimrust-lang avatar

    rust-lang/rust.vim

    4,165View on GitHub↗

    rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting, indentation management, and tooling configurations to improve the readability and structural understanding of Rust source code. The plugin enables targeted test execution for specific functions and provides integration with an online playground for code experimentation and sharing. It further covers capabilities for code formatting, static error detection, and symbol navigation for browsing source structures and jumping between definitions. Configuration is managed through Vi

    Vim Script
    View on GitHub↗4,165
  • pangloss/vim-javascriptpangloss avatar

    pangloss/vim-javascript

    3,784View on GitHub↗

    vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting, indentation rules, and code folding definitions specifically for JavaScript files. It functions as a set of implementation modules that extend the editor's native capabilities to improve the readability and structural management of the language. The project features a display layer customizer that utilizes character concealment to replace specific keywords and sequences with shorthand symbols. This reduces visual noise and increases code density without altering the actual content of t

    Vim Script
    View on GitHub↗3,784
See all 30 alternatives to Vim Easytags→

Frequently asked questions

What does xolox/vim-easytags do?

Vim-easytags is a text editor extension that automates source code index generation, code navigation, and dynamic syntax highlighting for development workflows within Vim. It functions as a tag management plugin that scans source files in the background to build symbol index files automatically using external generators.

What are the main features of xolox/vim-easytags?

The main features of xolox/vim-easytags are: Code Symbol Navigators, Symbol Index Generation, Vim Plugins, Code Syntax Highlighting, Vim Syntax Highlighters, External Resource Launchers, Background Task Execution.

What are some open-source alternatives to xolox/vim-easytags?

Open-source alternatives to xolox/vim-easytags include: maxmellon/vim-jsx-pretty — Vim-jsx-pretty is a text editor extension that provides syntax highlighting and indentation rules for JSX and TSX code… octol/vim-cpp-enhanced-highlight — This project is a syntax highlighting plugin for the Vim text editor that provides advanced color coding for modern… rust-lang/rust.vim — rust.vim is a Vim plugin that provides language-specific editor support for Rust. It integrates syntax highlighting,… pangloss/vim-javascript — vim-javascript is a syntax plugin for the Vim text editor that provides a collection of syntax highlighting,… tpope/vim-rails — vim-rails is a set of editor enhancements for navigating, testing, and managing Ruby on Rails applications within Vim.… sainnhe/everforest — Everforest is a nature-inspired color scheme and syntax highlighting theme for Vim and Neovim. It provides a…

Curated searches featuring Vim Easytags

Hand-picked collections where Vim Easytags appears.
  • Text editor plugins