awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tpope avatar

tpope/vim-commentary

0
View on GitHub↗
6,161 estrellas·211 forks·Vim Script·11 vistaswww.vim.org/scripts/script.php?script_id=3695↗

Vim Commentary

Este proyecto es un plugin de comentarios para Vim y un comentador consciente del lenguaje diseñado para aplicar caracteres de comentario específicos del tipo de archivo al código fuente. Funciona como una extensión de objeto de texto que permite alternar marcadores de comentario en líneas seleccionadas o bloques de texto.

El plugin utiliza movimientos y rangos de Vim para determinar el texto específico que se va a modificar, automatizando el proceso de añadir o eliminar marcadores de comentario. Proporciona soporte de sintaxis multilingüe mapeando automáticamente los caracteres de comentario según el tipo de archivo actual.

Los usuarios pueden definir caracteres de comentario personalizados para tipos de archivo específicos para garantizar la compatibilidad entre diferentes lenguajes de programación.

Features

  • Commenting Workflows - Provides an automated workflow for quickly adding or removing comment markers from blocks of code.
  • Comment Syntax Customization - Allows users to define and override custom comment characters based on file type.
  • Motion-Based Selection - Uses standard Vim motions and visual selections to determine which lines of text to modify.
  • Vim Plugins - Integrates with the Vim editor to provide text manipulation capabilities using motions and ranges.
  • Comment Toggling - Functions as a language-aware system for toggling comment markers across various programming languages.
  • Filetype-Aware Syntax Support - Automatically handles different comment characters for various programming languages based on the current file type.
  • Comment Syntax Mappings - Implements mappings that associate specific filetypes with their corresponding comment delimiters.
  • Pattern-Based Comment Removal - Identifies and strips leading comment characters by matching specific text patterns at the start of lines.
  • Regexp-Based Text Injection - Applies comment characters to the start of lines using regular expression substitutions.
  • Text Object Extensions - Extends Vim's text object capabilities to allow manipulating blocks of text based on comment syntax rules.

Historial de estrellas

Gráfico del historial de estrellas de tpope/vim-commentaryGráfico del historial de estrellas de tpope/vim-commentary

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Vim Commentary

Proyectos open-source similares, clasificados según cuántas características comparten con Vim Commentary.
  • preservim/nerdcommenterAvatar de preservim

    preservim/nerdcommenter

    5,004Ver en GitHub↗

    Nerdcommenter is a Vim commenting plugin and text manipulator designed to automate the insertion, removal, and formatting of language-specific code comments. It serves as a utility for toggling comment markers and aligning comment blocks to improve code organization. The tool provides capabilities for comment state toggling and delimiter switching, allowing users to add or remove markers from single lines or selected blocks of text. It includes features for comment block formatting to ensure visual consistency and the ability to comment out code to disable execution. The plugin covers a broa

    Vim Scriptcommentcommentingvim
    Ver en GitHub↗5,004
  • numtostr/comment.nvimAvatar de numToStr

    numToStr/Comment.nvim

    4,589Ver en GitHub↗

    Comment.nvim is a Neovim plugin for toggling line and block comments in code. It uses a language-aware syntax resolver to determine the correct comment characters based on the active buffer's filetype and a text-object commenting engine to apply these changes across specific code regions using motions. The plugin features a hook-based action pipeline that executes user-defined pre and post callbacks around core buffer modification operations. It supports Tree-Sitter syntax detection to handle embedded languages within a single file and allows for the definition of custom comment syntax for un

    Luacommentcomment-pluginhacktoberfest
    Ver en GitHub↗4,589
  • mattn/emmet-vimAvatar de mattn

    mattn/emmet-vim

    6,463Ver en GitHub↗

    emmet-vim is a plugin for Vim that functions as a markup automation tool and code expander. It allows for the rapid generation of HTML and CSS structures by expanding shorthand text expressions into full code elements. The tool provides a set of shortcuts for wrapping, balancing, and manipulating tags. It includes a text object extension that enables navigation and editing commands for jumping between nested element boundaries. The project covers a range of capabilities for frontend code refactoring and document hierarchy restructuring. These include tag wrapping, element removal, attribute

    Vim Script
    Ver en GitHub↗6,463
  • lervag/vimtexAvatar de lervag

    lervag/vimtex

    6,293Ver en GitHub↗

    VimTeX is an integrated development environment for authoring and compiling LaTeX documents within Vim and Neovim. It functions as a comprehensive suite for technical document authoring, combining the roles of a syntax highlighter, document navigator, and autocompletion engine. The plugin distinguishes itself through a coordinated workflow that manages asynchronous compilation and bidirectional synchronization with external PDF viewers. This allows users to jump between specific source locations and their rendered pages while maintaining a responsive editor interface during document productio

    TeX
    Ver en GitHub↗6,293
Ver las 30 alternativas a Vim Commentary→

Preguntas frecuentes

¿Qué hace tpope/vim-commentary?

Este proyecto es un plugin de comentarios para Vim y un comentador consciente del lenguaje diseñado para aplicar caracteres de comentario específicos del tipo de archivo al código fuente. Funciona como una extensión de objeto de texto que permite alternar marcadores de comentario en líneas seleccionadas o bloques de texto.

¿Cuáles son las características principales de tpope/vim-commentary?

Las características principales de tpope/vim-commentary son: Commenting Workflows, Comment Syntax Customization, Motion-Based Selection, Vim Plugins, Comment Toggling, Filetype-Aware Syntax Support, Comment Syntax Mappings, Pattern-Based Comment Removal.

¿Qué alternativas de código abierto existen para tpope/vim-commentary?

Las alternativas de código abierto para tpope/vim-commentary incluyen: preservim/nerdcommenter — Nerdcommenter is a Vim commenting plugin and text manipulator designed to automate the insertion, removal, and… numtostr/comment.nvim — Comment.nvim is a Neovim plugin for toggling line and block comments in code. It uses a language-aware syntax resolver… mattn/emmet-vim — emmet-vim is a plugin for Vim that functions as a markup automation tool and code expander. It allows for the rapid… lervag/vimtex — VimTeX is an integrated development environment for authoring and compiling LaTeX documents within Vim and Neovim. It… airblade/vim-gitgutter — This is a Vim extension that provides Git change visualization and hunk management. It displays markers in the sign… ma6174/vim — This project is a collection of configuration suites and plugin bundles designed to transform the Vim text editor into…