An open API service indexing awesome lists of open source software.

https://github.com/battleoverflow/animeface

aniFace is a VS Code extension that judges you for the number of errors and warnings within your codebase
https://github.com/battleoverflow/animeface

anime error error-reporting vscode vscode-extension vscode-extension-free vscode-extensions

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          



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](https://marketplace.visualstudio.com/publishers/battleoverflow).

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](https://github.com/virejdasani) who created [InYourFace](https://github.com/virejdasani/InYourFace), which uses the original Doom "ouch" expressions while tracking errors.