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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 dépôts

Awesome GitHub RepositoriesCommenting Utilities

Tools for managing, generating, and styling code comments.

Explore 19 awesome GitHub repositories matching part of an awesome list · Commenting Utilities. Refine with filters or upvote what's useful.

Awesome Commenting Utilities GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • spf13/spf13-vimAvatar de spf13

    spf13/spf13-vim

    15,501Voir sur GitHub↗

    This project is a Vim configuration distribution and IDE framework designed to transform Vim into a full-featured development environment. It functions as an environment bootstrapper that automates the cloning and installation of editor configurations and plugin bundles to ensure a consistent setup across different machines. The distribution uses a structured layer of settings and overrides, allowing users to customize the environment via local and fork-specific files without modifying the base source. It provides a curated collection of extensions that enable IDE-like capabilities for code n

    Provides utilities to wrap blocks of code in comments regardless of the file type.

    Vim Script
    Voir sur GitHub↗15,501
  • microsoft/vscode-copilot-chatAvatar de microsoft

    microsoft/vscode-copilot-chat

    9,493Voir sur GitHub↗

    This project is an AI-powered IDE extension and LLM coding assistant that provides a conversational interface for generating, refactoring, and debugging code. It functions as an AI agent framework and a Model Context Protocol client, connecting AI models to external data sources and tools to automate complex development tasks. The system is distinguished by its use of autonomous AI agents capable of multi-step task execution, including the ability to read files, modify code, and run terminal commands iteratively. It supports recursive agent orchestration through subagent delegation and employ

    Provides an automated agent that converts marked todo comments into functional code blocks.

    TypeScript
    Voir sur GitHub↗9,493
  • nvim-mini/mini.nvimAvatar de nvim-mini

    nvim-mini/mini.nvim

    9,325Voir sur GitHub↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Per-line commenting with dot-repeat.

    Lualuamini-nvimneovim
    Voir sur GitHub↗9,325
  • numtostr/comment.nvimAvatar de numToStr

    numToStr/Comment.nvim

    4,589Voir sur 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

    Powerful commenting with motion support.

    Luacommentcomment-pluginhacktoberfest
    Voir sur GitHub↗4,589
  • folke/todo-comments.nvimAvatar de folke

    folke/todo-comments.nvim

    4,055Voir sur GitHub↗

    todo-comments.nvim is a Neovim plugin and codebase task navigator that highlights and manages task keywords within code comments. It functions as a Lua-based highlighter and workflow extension that aggregates pending work and notes from source code into a searchable project list. The plugin provides visual tracking of task comments using custom syntax highlighting and allows for jumping between these markers within a file. It enables project-wide task management by searching for tagged comments across multiple files to organize a development roadmap.

    Highlights and searches TODO comments.

    Luaneovimneovim-plugin
    Voir sur GitHub↗4,055
  • danymat/neogenAvatar de danymat

    danymat/neogen

    1,652Voir sur GitHub↗

    A better annotation generator. Supports multiple languages and annotation conventions.

    Generates code annotations.

    Lua
    Voir sur GitHub↗1,652
  • joosepalviste/nvim-ts-context-commentstringAvatar de JoosepAlviste

    JoosepAlviste/nvim-ts-context-commentstring

    1,301Voir sur GitHub↗

    Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.

    Sets comment strings based on context.

    Lua
    Voir sur GitHub↗1,301
  • b3nj5m1n/kommentaryAvatar de b3nj5m1n

    b3nj5m1n/kommentary

    532Voir sur GitHub↗

    Neovim commenting plugin, written in lua.

    Lua-based commenting plugin.

    Lua
    Voir sur GitHub↗532
  • terrortylor/nvim-commentAvatar de terrortylor

    terrortylor/nvim-comment

    498Voir sur GitHub↗

    A comment toggler for Neovim, written in Lua

    Toggles comments using built-in settings.

    Lua
    Voir sur GitHub↗498
  • ludopinelli/comment-box.nvimAvatar de LudoPinelli

    LudoPinelli/comment-box.nvim

    497Voir sur GitHub↗

    :sparkles: Clarify and beautify your comments and plain text files using boxes and lines.

    Beautifies comments with boxes.

    Lua
    Voir sur GitHub↗497
  • winston0410/commented.nvimAvatar de winston0410

    winston0410/commented.nvim

    114Voir sur GitHub↗

    Neovim commenting plugin in Lua. Support operator, motions and more than 60 languages! :fire:

    Supports counts and multiple patterns.

    Lua
    Voir sur GitHub↗114
  • jeangiraldoo/codedocs.nvimAvatar de jeangiraldoo

    jeangiraldoo/codedocs.nvim

    101Voir sur GitHub↗

    Annotation generation framework with support for most languages and annotation styles⌨️✨

    Annotation framework for documentation.

    Lua
    Voir sur GitHub↗101
  • s1n7ax/nvim-comment-frameAvatar de s1n7ax

    s1n7ax/nvim-comment-frame

    101Voir sur GitHub↗

    Detects the language using treesitter and adds a comment block

    Adds comment frames.

    Lua
    Voir sur GitHub↗101
  • zeioth/dooku.nvimAvatar de Zeioth

    Zeioth/dooku.nvim

    50Voir sur GitHub↗

    Code documentation generator for Neovim

    Generates HTML documentation.

    Lua
    Voir sur GitHub↗50
  • gennaro-tedesco/nvim-commaroundAvatar de gennaro-tedesco

    gennaro-tedesco/nvim-commaround

    42Voir sur GitHub↗

    nvim plugin to toggle comments on and off

    Lightweight commenting plugin.

    Lua
    Voir sur GitHub↗42
  • kuri-sun/todoage.nvimAvatar de kuri-sun

    kuri-sun/todoage.nvim

    25Voir sur GitHub↗

    shows how old your TODOs are.

    Tracks age of TODO comments.

    Lua
    Voir sur GitHub↗25
  • georgeharker/comment-tasks.nvimAvatar de georgeharker

    georgeharker/comment-tasks.nvim

    18Voir sur GitHub↗

    Add tasks to your task manager (clickup/github/linear/monday....) from code

    Syncs tasks from code comments.

    Lua
    Voir sur GitHub↗18
  • alexmozaidze/tree-comment.nvimAvatar de alexmozaidze

    alexmozaidze/tree-comment.nvim

    12Voir sur GitHub↗

    A plugin to simplify integration with tree-sitter-comment parser.

    Configures TODO comment highlighting.

    Fennel
    Voir sur GitHub↗12
  • lucastavaresa/singlecomment.nvimAvatar de LucasTavaresA

    LucasTavaresA/SingleComment.nvim

    9Voir sur GitHub↗

    Always single line, comment sensitive, indentation preserving commenting.

    Single-line commenting with indentation.

    Lua
    Voir sur GitHub↗9
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Commenting Utilities

Explorer les sous-tags

  • Automated ImplementationAutomatic conversion of structured comments or todo markers into executable source code. **Distinct from Commenting Utilities:** Focuses on generating functional code from comments, rather than just managing or styling the comments themselves.