A JavaScript tool for Notepad++ and Visual Studio Code
A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.
* Douglas Crockford's JSMin algorithm to minimize JavaScript code.
* My own algorithm to format JavaScript code.
* A JSON tree viewer. The JSON tree viewer for Notepad++ can handle >10MB JSON file easily.
* Support 64bit Notepad++ (from version 1.20.0, ".64.zip" package).
Really helpful to JavaScript coder on Notepad++ and Visual Studio Code. Easy to use it.
Hierarchical state machines implementation in JavaScript heavily inspired by the QP active object framework, see http://www.state-machine.com/. See the README file for details.
The implementation is JavaScript engine agnostic and works both in browsers and in NodeJS.
This is an Eclipse plugin based on JSMin Javascript minifier. It adds an Ant task called jsminify that copies Javascript files and minifies them while copying, thus leaving the sources intact.
If your javascript is too large, JSMinX can minify your javascript files.
This can help your page download faster than before. You need it, Try it!
The JSMinX project base on JSMin, is a JavaScript-Minifier tool.