Skip to content

aniFace is a VS Code extension that judges you for the number of errors and warnings within your codebase

License

Notifications You must be signed in to change notification settings

battleoverflow/animeFace

Repository files navigation

animeFace is a simple Visual Studio Code extension created to be a cute visualization for tracking errors, warnings, and informational diagnostics while coding.

Usage

You can install this extension under the VS Code extensions tab by searching "animeface" or by visiting my publisher page.

Another way to install the extension is by using Visual Studio Code's built-in command prompt. You can open this prompt by pressing ctrl + p on your keyboard.

Once the prompt is open, you can paste this value:

ext install battleoverflow.animeface

Example

Example of the animeFace extension


The concept for this extension was inpsired by virejdasani who created InYourFace, which uses the original Doom "ouch" expressions while tracking errors.