1 مستودع
Mechanisms for choosing between different styles of commenting, such as line-based or block-based.
Distinct from Repeatable Comment Operations: Focuses on the choice of comment mode (line vs block) rather than the repetition of an operation.
Explore 1 awesome GitHub repository matching development tools & productivity · Comment Mode Selection. Refine with filters or upvote what's useful.
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
Supports both linewise and blockwise commenting depending on the user command or visual mode selection.