2012年3月27日 星期二

pep8 安裝 / 使用

pep8 - Check your python source files with PEP8 : vim online

安裝 pep8
$ git clone git://github.com/cburroughs/pep8.py.git
# ln -s pep8.py/pep.py /bin/pep8

加入 vim plugin
$ mkdir ~/.vim/ftplugin/python/
$ mv pep8.vim ~/.vim/ftplugin/python/

編輯 python, 按下 F5 會執行 pep8 進行檢查
使用 Ctrl + w, 然後用 K / J 可以將游標移動到上 / 下視窗
若在下面 pep8 檢查的訊息按下 Enter, 將自動跳至上方程式碼該行

沒有留言:

張貼留言