Nice and verboses comments

Hi there,
I wonder wich software I can use or plugin with vim to have some blocs comments like this repo, I’m using Vim maybe a plugin:

The best way to style comments like that is … don’t. Really, just don’t. 17 lines of comments for 7 very simple and obvious lines of code is noisy enough without adding even more clutter to the mix. Comments should explain code, not loudly call attention to themselves.

3 Likes

Wow, I find it in Vim:
after installing Ultisnips and honza’s vim-snippets, i just do box or bbox and my expend trigger :slight_smile:
is the result, the print it doesn’t work well here, but in Vim yes.
////////////////////////////////////////////////////////////////////////
// well done //
////////////////////////////////////////////////////////////////////////

I’d like when I don’t have a readme.