DEV Community

Christian Portoghesi
Christian Portoghesi

Posted on

Code Commenting Convention

πŸš€ Introducing CCC: Code Commenting Convention for VS Code

Hey developers! πŸ‘‹
I'm excited to share CCC (Code Commenting Convention), a lightweight VS Code extension that helps you write clear, consistent, and meaningful comments across all programming languages.

If you've ever struggled with messy comments like:

// fix this
# maybe change?
Enter fullscreen mode Exit fullscreen mode

CCC is here to standardize them. Every tag has a clear meaning, making your code more readable and easier to maintain.

✨ Features

  • Smart Autocomplete: Triggered automatically after comment characters (//, #, /*, etc.)

  • Hover Descriptions: Hover over tags like TODO, FIXME, SECURITY to see their meaning

  • Universal Language Support: Works in JavaScript, Python, HTML, SQL, Bash, and more

  • Zero Configuration: Install and start using immediately

Install Here

Top comments (0)