phpqa : Run PHP QA tools and show highlighted results
script karma |
Rating 22/11,
Downloaded by 3096 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Jon Cairns |
|
script type |
utility |
|
description |
This is a plugin for Vim that integrates PHP quality checking tools, to allow you to code to a particular standard and easily spot errors and violations.
It uses PHP linter to check for syntax errors, integrates with PHP Code Sniffer and PHP Mess Detector to check for coding standard violations, and reads clover code coverage files to mark lines of code that aren't covered by tests. By default, mess detector and code sniffer automatically run when a PHP file is saved, and it can be easily configured to load code coverage markers when a file is opened.
More information regarding configuration and usage can be found on the Github repository page: https://github.com/joonty/vim-phpqa |
|
install details |
This is easily installed using Vundle. Just add "Bundle 'joonty/vim-phpqa.git'" to your .vimrc and run "vim +BundleInstall +qall".
Otherwise, the files in each directory in the package should be added to the corresponding directory in your .vim/ folder. |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.14.83
|