19 repository-uri
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.
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.
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.
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.
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.
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.
A better annotation generator. Supports multiple languages and annotation conventions.
Generates code annotations.
Neovim treesitter plugin for setting the commentstring based on the cursor location in a file.
Sets comment strings based on context.
Neovim commenting plugin, written in lua.
Lua-based commenting plugin.
A comment toggler for Neovim, written in Lua
Toggles comments using built-in settings.
:sparkles: Clarify and beautify your comments and plain text files using boxes and lines.
Beautifies comments with boxes.
Neovim commenting plugin in Lua. Support operator, motions and more than 60 languages! :fire:
Supports counts and multiple patterns.
Annotation generation framework with support for most languages and annotation styles⌨️✨
Annotation framework for documentation.
Detects the language using treesitter and adds a comment block
Adds comment frames.
Code documentation generator for Neovim
Generates HTML documentation.
nvim plugin to toggle comments on and off
Lightweight commenting plugin.
shows how old your TODOs are.
Tracks age of TODO comments.
Add tasks to your task manager (clickup/github/linear/monday....) from code
Syncs tasks from code comments.
A plugin to simplify integration with tree-sitter-comment parser.
Configures TODO comment highlighting.
Always single line, comment sensitive, indentation preserving commenting.
Single-line commenting with indentation.