awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tpope avatar

tpope/vim-commentary

0
View on GitHub↗
6,161 स्टार्स·211 फोर्क्स·Vim Script·10 व्यूज़www.vim.org/scripts/script.php?script_id=3695↗

Vim Commentary

यह प्रोजेक्ट एक Vim कमेंटिंग प्लगइन और भाषा-जागरूक कमेंटेटर है जिसे सोर्स कोड पर फ़ाइल-प्रकार विशिष्ट कमेंट कैरेक्टर्स लागू करने के लिए डिज़ाइन किया गया है। यह एक टेक्स्ट ऑब्जेक्ट एक्सटेंशन के रूप में कार्य करता है जो चयनित लाइनों या टेक्स्ट के ब्लॉक पर कमेंट मार्कर्स को टॉगल करने की अनुमति देता है।

प्लगइन संशोधित किए जाने वाले विशिष्ट टेक्स्ट को निर्धारित करने के लिए Vim मोशन्स और रेंजेस का उपयोग करता है, जो कमेंट मार्कर्स को जोड़ने या हटाने की प्रक्रिया को ऑटोमेट करता है। यह वर्तमान फ़ाइल प्रकार के आधार पर कमेंट कैरेक्टर्स को स्वचालित रूप से मैप करके बहु-भाषी सिंटैक्स समर्थन प्रदान करता है।

उपयोगकर्ता विभिन्न प्रोग्रामिंग भाषाओं में कम्पैटिबिलिटी सुनिश्चित करने के लिए विशिष्ट फ़ाइल प्रकारों के लिए कस्टम कमेंट कैरेक्टर्स को परिभाषित कर सकते हैं।

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.

स्टार हिस्ट्री

tpope/vim-commentary के लिए स्टार हिस्ट्री चार्टtpope/vim-commentary के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Vim Commentary के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Vim Commentary के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • preservim/nerdcommenterpreservim का अवतार

    preservim/nerdcommenter

    5,004GitHub पर देखें↗

    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
    GitHub पर देखें↗5,004
  • numtostr/comment.nvimnumToStr का अवतार

    numToStr/Comment.nvim

    4,589GitHub पर देखें↗

    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
    GitHub पर देखें↗4,589
  • mattn/emmet-vimmattn का अवतार

    mattn/emmet-vim

    6,463GitHub पर देखें↗

    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
    GitHub पर देखें↗6,463
  • lervag/vimtexlervag का अवतार

    lervag/vimtex

    6,293GitHub पर देखें↗

    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
    GitHub पर देखें↗6,293
Vim Commentary के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

tpope/vim-commentary क्या करता है?

यह प्रोजेक्ट एक Vim कमेंटिंग प्लगइन और भाषा-जागरूक कमेंटेटर है जिसे सोर्स कोड पर फ़ाइल-प्रकार विशिष्ट कमेंट कैरेक्टर्स लागू करने के लिए डिज़ाइन किया गया है। यह एक टेक्स्ट ऑब्जेक्ट एक्सटेंशन के रूप में कार्य करता है जो चयनित लाइनों या टेक्स्ट के ब्लॉक पर कमेंट मार्कर्स को टॉगल करने की अनुमति देता है।

tpope/vim-commentary की मुख्य विशेषताएं क्या हैं?

tpope/vim-commentary की मुख्य विशेषताएं हैं: Commenting Workflows, Comment Syntax Customization, Motion-Based Selection, Vim Plugins, Comment Toggling, Filetype-Aware Syntax Support, Comment Syntax Mappings, Pattern-Based Comment Removal।

tpope/vim-commentary के कुछ ओपन-सोर्स विकल्प क्या हैं?

tpope/vim-commentary के ओपन-सोर्स विकल्पों में शामिल हैं: 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…