Overview Version History Q & A Rating & Review
TUltra Minifier
TUltra Minifier is a powerful and simple minification tool for Visual Studio Code, created by goddie9x . It thoroughly compresses your code without breaking its logic.
Features
Supports multiple languages: JSON, CSS, HTML, XML, TWIG, LESS, SASS, SCSS, JavaScript, JSONC, JavaScriptReact (JSX/TSX).
Automatically generates a .min.<ext> file right next to your original file.
Compress single files or process entire folders recursively.
Usage Instructions
Minify a Single File
Open the Explorer sidebar in VS Code.
Right-click on a supported file (e.g., script.js or style.css).
Select "TUltra Minifier: Minify Current File" from the context menu.
A new file (e.g., script.min.js) will be generated.
Minify an Entire Folder
Open the Explorer sidebar in VS Code.
Right-click on any folder.
Select "TUltra Minifier: Minify Folder" from the context menu.
The extension will scan the folder recursively and generate minified versions for all supported files.
Command Palette
You can also run commands via the Command Palette (Ctrl+Shift+P or Cmd+Shift+P):
TUltra Minifier: Minify Current File
TUltra Minifier: Minify Folder
Author
Created by goddie9x .