Vim

Vim: vim-commentary

vim-commentary is a plugin that help make commenting code in a variety of languages much easier.

gcc toggle comments for [count] lines.

gc{motion} toggle comments over lines covered by the {motion}.

{visual}gc toggle comments over lines covered by the {visual} selection.

:[range]Commentary Toggle comments for the specfied range.

Some examples:

Resources

:help commentary.txt

Source: https://github.com/tpope/vim-commentary

Tools

Web

Languages

Data