awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tpope avatar

tpope/vim-commentary

0
View on GitHub↗
6,161 stele·211 fork-uri·Vim Script·9 vizualizăriwww.vim.org/scripts/script.php?script_id=3695↗

Vim Commentary

Acest proiect este un plugin de comentare Vim și un comentator conștient de limbaj conceput pentru a aplica caractere de comentariu specifice tipului de fișier codului sursă. Funcționează ca o extensie de obiect text care permite comutarea marcajelor de comentariu pe linii selectate sau blocuri de text.

Plugin-ul utilizează mișcări și intervale Vim pentru a determina textul specific care trebuie modificat, automatizând procesul de adăugare sau eliminare a marcajelor de comentariu. Oferă suport pentru sintaxa multi-limbaj prin maparea automată a caracterelor de comentariu în funcție de tipul curent de fișier.

Utilizatorii pot defini caractere de comentariu personalizate pentru tipuri de fișiere specifice pentru a asigura compatibilitatea între diferite limbaje de programare.

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.

Istoric stele

Graficul istoricului de stele pentru tpope/vim-commentaryGraficul istoricului de stele pentru tpope/vim-commentary

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Vim Commentary

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Vim Commentary.
  • preservim/nerdcommenterAvatar preservim

    preservim/nerdcommenter

    5,004Vezi pe 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
    Vezi pe GitHub↗5,004
  • numtostr/comment.nvimAvatar numToStr

    numToStr/Comment.nvim

    4,589Vezi pe 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
    Vezi pe GitHub↗4,589
  • mattn/emmet-vimAvatar mattn

    mattn/emmet-vim

    6,463Vezi pe 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
    Vezi pe GitHub↗6,463
  • lervag/vimtexAvatar lervag

    lervag/vimtex

    6,293Vezi pe 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
    Vezi pe GitHub↗6,293
Vezi toate cele 30 alternative pentru Vim Commentary→

Întrebări frecvente

Ce face tpope/vim-commentary?

Acest proiect este un plugin de comentare Vim și un comentator conștient de limbaj conceput pentru a aplica caractere de comentariu specifice tipului de fișier codului sursă. Funcționează ca o extensie de obiect text care permite comutarea marcajelor de comentariu pe linii selectate sau blocuri de text.

Care sunt principalele funcționalități ale tpope/vim-commentary?

Principalele funcționalități ale tpope/vim-commentary sunt: Commenting Workflows, Comment Syntax Customization, Motion-Based Selection, Vim Plugins, Comment Toggling, Filetype-Aware Syntax Support, Comment Syntax Mappings, Pattern-Based Comment Removal.

Care sunt câteva alternative open-source pentru tpope/vim-commentary?

Alternativele open-source pentru tpope/vim-commentary includ: 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…