🌟 Code Compliments — VS Code Extension
📖 Table of Contents
🎯 AboutCode Compliments is a fun and uplifting VS Code extension that keeps your motivation high while you code. Whether you're saving a file, switching between tabs, or typing away — this extension is always ready to remind you how awesome you are. Coding can be stressful. Bugs are frustrating. Deadlines are scary. This extension exists to add a tiny spark of joy to your development workflow — because you deserve it. 💪 ✨ Features
📸 Demo
📦 InstallationOption 1: Install from
|
| Trigger | How to Activate |
|---|---|
| File Save | Press Ctrl+S / Cmd+S |
| 50 Keystrokes | Just keep typing! |
| Tab Switch | Click on any other open file tab |
| VS Code Startup | Open VS Code |
| Status Bar Click | Click 🌟 Compliment Me! in the bottom-right |
| Command Palette | Ctrl+Shift+P → Give Me a Compliment! |
🔧 Extension Settings
(Settings panel coming in v2.0)
This extension currently works out of the box with no configuration needed. Future versions will include:
codeCompliments.frequency— Control how often keystroke compliments appearcodeCompliments.enableOnSave— Toggle save-based complimentscodeCompliments.enableOnStartup— Toggle startup greetingcodeCompliments.style— Choose betweenfun,motivational, ornerdycompliment sets
🗂️ File Structure
code-compliments/
│
├── extension.js # 🧠 Core extension logic
├── package.json # ⚙️ Extension manifest & configuration
├── README.md # 📖 You are here!
├── CHANGELOG.md # 📝 Version history
├── LICENSE # ⚖️ MIT License
│
└── .vscode/
└── launch.json # 🚀 Debug configuration
📋 Requirements
| Requirement | Version |
|---|---|
| VS Code | ^1.70.0 or higher |
| Node.js | v16.0.0 or higher |
| npm | v7.0.0 or higher |
No additional dependencies are required. This extension uses only the built-in VS Code Extension API.
🐛 Known Issues
- On very high-frequency typing, the notification queue may stack — this will be debounced in v1.1.0
- The status bar button may not appear immediately after install on some systems — a VS Code restart fixes this
- Notifications may not display if VS Code's notification system is muted via "Do Not Disturb" mode
Found a bug? Open an issue and I'll fix it ASAP!
🗺️ Roadmap
v1.1.0
- [ ] Debounce keystroke compliments to avoid spam
- [ ] Add configurable frequency settings
- [ ] Add "Do Not Disturb" mode
v1.2.0
- [ ] Language-specific compliments (Python 🐍, JavaScript ⚡, etc.)
- [ ] Compliment categories:
fun,motivational,nerdy - [ ] Sound effects toggle 🔊
v2.0.0
- [ ] Full settings UI panel
- [ ] Custom compliment editor — add your own!
- [ ] Coding streak tracker 🔥
- [ ] Daily compliment history log
🤝 Contributing
Contributions are always welcome! Here's how to get started:
- Fork this repository
- Clone your fork:
git clone https://github.com/your-username/code-compliments.git - Install dependencies:
npm install - Make your changes in a new branch:
git checkout -b feature/your-feature-name - Test by pressing
F5in VS Code to launch the Extension Development Host - Commit your changes:
git commit -m "feat: add your feature description" - Push and open a Pull Request
Adding New Compliments
Want to add more compliments? Just add to the array in extension.js:
const compliments = [
// existing compliments...
"🎯 Your new compliment here!",
];
👨💻 Developer
Moin Sheikh
VS Code Extension Developer | Open Source Enthusiast
| 👤 Name | Moin Sheikh |
| 💼 Role | Developer & Creator |
| 🌐 GitHub | @moin-dbud |
| hello@moinsheikh.in | |
| 💡 Passion | Building tools that make developers smile 😄 |
"I built this extension because I believe every developer deserves a little encouragement throughout their day. Coding is hard — let's make it a little more fun!" — Moin Sheikh
⚖️ License
MIT License
Copyright (c) 2025 Moin Sheikh
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
🌟 Show Your Support
If this extension made you smile even once, please consider:
- ⭐ Starring the repository on GitHub
- 📢 Sharing it with your developer friends
- 🐛 Reporting any bugs you find
- 💡 Suggesting new features or compliments
Made with ❤️ by Moin Sheikh
Keep coding. Keep smiling. You're amazing! 🚀