Questions tagged «plugin-syntastic»


2
如何自动修复通过合成报告的常见掉毛错误?
我开始在vim中使用syntastic插件来报告代码中的lint错误。javascript 我还将eslint与syntastic集成在一起,它向我展示了一些不错的错误,并警告了万一它们出现在我的.eslintrc文件中的所有规则中。 有什么方法可以解决一些常见的错误,例如,用键盘敲击会丢失分号,空格等? 编辑: 我发现eslint有一个选择 --fix Automatically fix problems 可以用于此类情况。我需要运行此命令让eslint解决这些问题 eslint --fix -c myconfig file.js 我想知道如何与vim集成?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.