mac 10.7.4
因为是javascript的初学者,其余时间常用的是c++和python,故经常把其他语言的语法带到javascript里面,所以决定安装jshint,帮我检测
首先通过npm 安装 jshint: > npm install jshint -g
再在 sumlime text2 中 打开包管理器, 安装 jshint
在 Tools->Build System 中选择 Jshint
当按下 Command + B 的时候,下面就会提示Jshint检测的结果
如果再安装一个 SublimeOnSaveBuild 插件,就更好
其中有个问题:安装完 SublimeOnSaveBuild 点击保存的时候,出现如下提示
Git binary could not be found in PATH
Consider using the git_command setting for the Git plugin
PATH is: /usr/bin:/bin:/usr/sbin:/sbin
看来是git 没有设置 git_command, 不知道他们有什么关联
选择 Preferences->Package settings->Git->Settings-User
将 git_command 设置为 本机上 git 的安装路径, 如我的是 “/usr/bin/git”