这里,我们使用的工具是:Notepad++ + JSTool插件的方式构建JavaScript开发环境的。
具体过程如下:
在Notepad++中找到插件管理器:
在插件管理器中找到插件【JSTool】:
详细的介绍如下:
A javascript plugin for Notepad++.
* Douglas Crockford’s JSMin algorithm to minimize javascript code.
* My own algorithm to format javascript code.
* A JSON data viewer. This JSON data viewer can handle >10MB JSON file easily.
* Support 64bit Notepad++ (from version 1.20.0).
Really helpful to javascript coder on Notepad++ and really easy to use it.
Made in China.
Author: Sun Junwen
Source: https://github.com/sunjw/jstoolnpp
Homepage: http://www.sunjw.us/jstoolnpp
Latest update: Add 64bit Notepad++ support.
Add new version check.
Add context menu in Json Viewer.
Better “:” format.
Fix XOR “~” format bug.
Fix bug in Json Viewer.
Other tweak.
选择安装:
安装完成后,在查看插件管理器:
插件菜单也有所变化:
————————————
Done。