Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunjw/jstoolnpp
A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.
https://github.com/sunjw/jstoolnpp
developer-tools formatter javascript jsmin json json-sort jsonviewer notepad-plusplus-plugin visual-studio-code-extension
Last synced: about 22 hours ago
JSON representation
A JavaScript (JSON) tool for Notepad++ (formerly JSMinNpp) and Visual Studio Code.
- Host: GitHub
- URL: https://github.com/sunjw/jstoolnpp
- Owner: sunjw
- License: gpl-2.0
- Created: 2015-03-13T05:47:34.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-19T04:53:15.000Z (3 months ago)
- Last Synced: 2024-12-18T02:05:26.413Z (8 days ago)
- Topics: developer-tools, formatter, javascript, jsmin, json, json-sort, jsonviewer, notepad-plusplus-plugin, visual-studio-code-extension
- Language: JavaScript
- Homepage:
- Size: 24.7 MB
- Stars: 285
- Watchers: 17
- Forks: 24
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#### 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.
Made in China.
Project site: http://www.sunjw.us/jstool#### FEATURES
* JavaScript minify.
* JavaScript/JSON format.
* Sort JSON data alphabetically.
* JSON tree viewer.#### INSTALL (for Notepad++)
Install "JSTool" from Plugin Manager in Notepad++. Or download it from http://sourceforge.net/projects/jsminnpp/ and copy JSMinNpp.dll to plugin directory of Notepad++.#### INSTALL (for Visual Studio Code)
Install "JSTool" (sunjw.jstool) from Visual Studio Code Extensions. Or "Download Extension" from https://marketplace.visualstudio.com/items?itemName=sunjw.jstool then using the Install from VSIX... command in the Extensions view command drop-down, or the Extensions: Install from VSIX... command in the Command Palette, point to the .vsix file.#### LICENSE
GPL 2.0#### AUTHOR
Sun Junwen sunjw8888 at gmail.com