Make bigger and fancier comments for large code files.
Features
- Convert selected text into a fancy comment block with a single command.
- Visually distinct comments using box-drawing characters and formatting.
- Supports multi-line selections.
Usage
- Select the text you want to convert into a fancy comment.
- Right-click and choose "Convert to Fancy Comment" from the context menu.
Example output:
/*
- ╔══════════════════════════════════════╗
- ║ ║
- ║ This is a fancy comment :) ║
- ║ ║
- ╚══════════════════════════════════════╝
*/
| |