🧹 A VS Code extension to normalize Python comments.
- 🚫 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.
- Open a Python file.
- Run command
Neat Note: Normalize Commentsfrom Command Palette. - Or use
Format Document(Shift+Alt+F). - Or enable
Editor: Format On Save.
| Setting | Default | Description |
|---|---|---|
neat-note.removeEmoji |
true |
Remove emojis from comments |
neat-note.fixSpacing |
true |
Fix spacing after # |
- Download the
.vsixfile. - Open VS Code Extensions panel.
- Click
...→Install from VSIX.... - Select the file.
MIT