azazelm3dj3d / aniFace

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

Home Page:https://marketplace.visualstudio.com/items?itemName=azazelm3dj3d.aniface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aniFace 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 "aniface" 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 azazelm3dj3d.aniface

Example

Example of the aniFace extension


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

About

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

https://marketplace.visualstudio.com/items?itemName=azazelm3dj3d.aniface

License:BSD 2-Clause "Simplified" License


Languages

Language:TypeScript 78.9%Language:CSS 21.1%