DEV Community

shoummorauth
shoummorauth

Posted on

I built a vscode extension to write code comment in the style of GPT

In an imaginary world everyone has a light bulk on top of their head which lights up sometimes seemingly for no reason. I was coding one day on my NextJs project and suddenly i felt to create a vscode extension which lets us write code comments which has icons, inspired by the new edge “inanimate, totally unaware of what it is doing” guru named chatgpt.

Here’s a description of what this extension does

A VSCode extension that provides emoji-powered comment snippets for better code documentation. Transform your code comments with expressive emojis that make your code more readable and maintainable.

Features

🎯 30+ Comment Snippets — Comprehensive set of emoji-powered comment templates
🚀 Quick Access — Type ii. followed by any prefix to get instant suggestions
📝 Multiple Languages — Works with TypeScript, JavaScript, TSX, and JSX files
🎨 Visual Organization — Use emojis to categorize and highlight different types of comments
📋 Built-in Cheatsheet — Access the complete list of snippets via command palette

Find the plugin link here

https://marketplace.visualstudio.com/items?itemName=srd.iconic-comments

Open for contribution

If you feel you need to contribute or this extension needs some updates feel free to contribute on https://github.com/soumyaRauth/iconic-comments

Top comments (0)