VIM + JSLint?

前端 未结 6 2079
花落未央
花落未央 2020-11-28 16:56

I spend my days in vim, currently writing a lot of JavaScript. I\'ve been trying to find a way to integrate JSLint or something similar into vim to improve my coding. Has an

6条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-28 17:58

    Much better is to pipe the results through Lynx to deal with JSLint's unfortunate choice of HTML for output format. I have a blog post on how to do it here:

    http://www.fleegix.org/articles/2008-09-06-jslint-in-vim-through-lynx

提交回复
热议问题