Neat Note
🧹 A VS Code extension to normalize Python comments.
Features
- 🚫 Remove Emojis: Clean up AI-generated emojis in comments (e.g.,
# 🚀 → #).
- 📏 Fix Spacing: Ensure space after
# (e.g., #fix → # fix).
- ⚙️ Configurable: Enable/disable rules via settings.
- ⚡ Fast: Supports Format Document & Format On Save.
Usage
- Open a Python file.
- Run command
Neat Note: Normalize Comments from Command Palette.
- Or use
Format Document (Shift+Alt+F).
- Or enable
Editor: Format On Save.
Configuration
| Setting |
Default |
Description |
neat-note.removeEmoji |
true |
Remove emojis from comments |
neat-note.fixSpacing |
true |
Fix spacing after # |
Installation from VSIX
- Download the
.vsix file.
- Open VS Code Extensions panel.
- Click
... → Install from VSIX....
- Select the file.
License
MIT
| |