Smoower.Minified — Readable ViewRead and edit ultra-compact Smoower.Minified is a set of .NET libraries and AI-generation rules that make your ASP.NET Core / EF Core code deliberately tiny — short aliases, fused helpers, and at the highest level even whitespace stripped out — so AI assistants spend far fewer tokens reading and writing it (lower cost, faster generation). Great for the machine. Hard on human eyes:
This extension gives you a readable view of that same code, on demand:
Your file on disk stays compact — the readable version is a live projection. Edit the readable view and save, and your changes are written back in the compact style automatically. You get readability when you want it without giving up the token savings. What it does
How to use it
The same commands are available from the editor title bar on C# files. RequirementsNone. The extension is self-contained — there's nothing else to install, and you don't need the .NET SDK on your machine. About Smoower.MinifiedThis extension is the readability companion to the Smoower.Minified family. If you haven't seen it yet, start at the reference implementation: ➡️ github.com/Smoower/dotnet-minified That repo explains the compaction levels (L1 readable aliases → L3 whitespace-packed), the libraries, and the AI-generation prompt that produces the compact code in the first place. Current statusThis is an early release. Today it reflows whitespace and expands the common
one-to-one aliases (methods, attributes, simple type aliases), in both
directions. A few of the most condensed constructs — the fused result helpers
like FeedbackIssues and ideas welcome at github.com/Smoower/vscode-minified/issues. Building from source? See CONTRIBUTING.md. LicenseSee LICENSE. |