Let your editor cheer you on while you code!
at main 40 lines 1.8 kB view raw view rendered
1![Icon](https://github.com/puregarlic/vscode-cheer/blob/master/images/icon-small.png?raw=true) 2 3# Cheer! 4 5> Let your editor cheer you on while you code! 6 7## Features 8 9Code editors can often be a source of negativity — undefined `this`, unsupported `that`, expected `x` to be of type `y` — all those red lines get tiring after a while. And you can't always rely on your coworkers (if you have any) for moral support in the moment, since they also have jobs to do. How is a programmer supposed to stay positive? 10 11The solution: Cheer! 12 13**Cheer displays a random positive message in the status bar whenever you save a file.** That's it. That's all it does — give it a try, and feel better about your day and your work! 14 15Inspired by an Atom extension I used many years ago, but never managed to track down again. 16 17## Screenshots 18 19![Screenshot 1](https://github.com/puregarlic/vscode-cheer/blob/master/images/screenshot-1.png?raw=true) 20![Screenshot 2](https://github.com/puregarlic/vscode-cheer/blob/master/images/screenshot-2.png?raw=true) 21![Screenshot 3](https://github.com/puregarlic/vscode-cheer/blob/master/images/screenshot-3.png?raw=true) 22![Screenshot 4](https://github.com/puregarlic/vscode-cheer/blob/master/images/screenshot-4.png?raw=true) 23 24## Contributing 25 26I'd love any contributions to Cheer, especially new messages to display! If you find any bugs or have any suggestions, either open an issue, or open a PR with the messages added to `messages.js`. 27 28All messages are parsed and validated by [Alex](https://alexjs.com) so we can keep Cheer as inclusive as possible. 29 30## Extension Settings 31 32- `cheer.emoji`: Whether to 🎉 or not 33 34## Known Issues 35 36Nothing so far! I'd love if you found some. 37 38## Release Notes 39 40Check in the [changelog](./CHANGELOG.md) for info!