awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • spf13/spf13-vimAvatar spf13

    spf13/spf13-vim

    15,501Vezi pe 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
    Vezi pe GitHub↗15,501
  • microsoft/vscode-copilot-chatAvatar microsoft

    microsoft/vscode-copilot-chat

    9,493Vezi pe 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
    Vezi pe GitHub↗9,493
  • nvim-mini/mini.nvimAvatar nvim-mini

    nvim-mini/mini.nvim

    9,325Vezi pe 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
    Vezi pe GitHub↗9,325
  • 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

    Powerful commenting with motion support.

    Luacommentcomment-pluginhacktoberfest
    Vezi pe GitHub↗4,589
  • folke/todo-comments.nvimAvatar folke

    folke/todo-comments.nvim

    4,055Vezi pe 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
    Vezi pe GitHub↗4,055
  • danymat/neogenAvatar danymat

    danymat/neogen

    1,652Vezi pe GitHub↗

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

    Generates code annotations.

    Lua
    Vezi pe GitHub↗1,652
  • joosepalviste/nvim-ts-context-commentstringAvatar JoosepAlviste

    JoosepAlviste/nvim-ts-context-commentstring

    1,301Vezi pe GitHub↗

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

    Sets comment strings based on context.

    Lua
    Vezi pe GitHub↗1,301
  • b3nj5m1n/kommentaryAvatar b3nj5m1n

    b3nj5m1n/kommentary

    532Vezi pe GitHub↗

    Neovim commenting plugin, written in lua.

    Lua-based commenting plugin.

    Lua
    Vezi pe GitHub↗532
  • terrortylor/nvim-commentAvatar terrortylor

    terrortylor/nvim-comment

    498Vezi pe GitHub↗

    A comment toggler for Neovim, written in Lua

    Toggles comments using built-in settings.

    Lua
    Vezi pe GitHub↗498
  • ludopinelli/comment-box.nvimAvatar LudoPinelli

    LudoPinelli/comment-box.nvim

    497Vezi pe GitHub↗

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

    Beautifies comments with boxes.

    Lua
    Vezi pe GitHub↗497
  • winston0410/commented.nvimAvatar winston0410

    winston0410/commented.nvim

    114Vezi pe GitHub↗

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

    Supports counts and multiple patterns.

    Lua
    Vezi pe GitHub↗114
  • jeangiraldoo/codedocs.nvimAvatar jeangiraldoo

    jeangiraldoo/codedocs.nvim

    101Vezi pe GitHub↗

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

    Annotation framework for documentation.

    Lua
    Vezi pe GitHub↗101
  • s1n7ax/nvim-comment-frameAvatar s1n7ax

    s1n7ax/nvim-comment-frame

    101Vezi pe GitHub↗

    Detects the language using treesitter and adds a comment block

    Adds comment frames.

    Lua
    Vezi pe GitHub↗101
  • zeioth/dooku.nvimAvatar Zeioth

    Zeioth/dooku.nvim

    50Vezi pe GitHub↗

    Code documentation generator for Neovim

    Generates HTML documentation.

    Lua
    Vezi pe GitHub↗50
  • gennaro-tedesco/nvim-commaroundAvatar gennaro-tedesco

    gennaro-tedesco/nvim-commaround

    42Vezi pe GitHub↗

    nvim plugin to toggle comments on and off

    Lightweight commenting plugin.

    Lua
    Vezi pe GitHub↗42
  • kuri-sun/todoage.nvimAvatar kuri-sun

    kuri-sun/todoage.nvim

    25Vezi pe GitHub↗

    shows how old your TODOs are.

    Tracks age of TODO comments.

    Lua
    Vezi pe GitHub↗25
  • georgeharker/comment-tasks.nvimAvatar georgeharker

    georgeharker/comment-tasks.nvim

    18Vezi pe GitHub↗

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

    Syncs tasks from code comments.

    Lua
    Vezi pe GitHub↗18
  • alexmozaidze/tree-comment.nvimAvatar alexmozaidze

    alexmozaidze/tree-comment.nvim

    12Vezi pe GitHub↗

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

    Configures TODO comment highlighting.

    Fennel
    Vezi pe GitHub↗12
  • lucastavaresa/singlecomment.nvimAvatar LucasTavaresA

    LucasTavaresA/SingleComment.nvim

    9Vezi pe GitHub↗

    Always single line, comment sensitive, indentation preserving commenting.

    Single-line commenting with indentation.

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

Explorează sub-etichetele

  • 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.