有同事不时的提示我说,你的注释有好多的拼写错误,不知道大家有没有什么好的检查工具,打算对自己的代码来一次大检查。
这年头还有不支持 typo checking 的编辑器/IDE?LZ 用什么写代码?
#1 楼 @nightire
我是 vim 党。
#1 楼 @nightire 如果一款 commandline tool 同时支持多语言的 comment typo 检查就好,这样可以对以前的所有代码都来一次检查修改。
http://robots.thoughtbot.com/vim-spell-checking
#4 楼 @blacktulip
这个可以在以后给 vim 武装上,清除后患,但是之前的代码看来是没有必要去更改了。
#4 楼 @blacktulip 在旁边添加注释是怎么做到的呢? 我看了下
{"comment":{"body_html":"\u003cp\u003evim spell checking\u003c/p\u003e","body":"vim spell checking","article_url":"vim-spell-checking","id":"357","gravatar_url":"xx","article_title":"Vim Spell-Checking","user_id":"12","thread":"TatItc","user_name":""}} # TatItc 是文章里面的id
很好奇他编辑文章的时候是怎么做的?
@nightire @blacktulip @flowerwrong
已撸了一个命令行的 typo checker,小小玩具。 https://github.com/metrue/typocheck