A TypeScript extension that detects and removes 'any' types while providing audio feedback. Automatically deletes 'as any', ': any', and ':any' patterns from your TypeScript code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Windows: PowerShell is used for reliable background playback
macOS/Linux: a CLI player like afplay, mpg123, or aplay helps; fallbacks exist
Usage
Open a TypeScript file and type or paste code. When as any or : any/:any is detected, the extension removes it and plays a confirmation sound. Use the status bar item or commands to toggle or test audio.