joonty / vim-phpqa

PHP QA tools for Vim
http://www.joncairns.com
MIT License
290 stars 32 forks source link

How can I access CodeSniffer results if I have MessDetected? #22

Closed schemar closed 9 years ago

schemar commented 10 years ago

Hi,

When PHP MessDetector detects mess, VIM doesn't show CodeSniffer errors anymore. The list view and code only show PHPMD.

Can I get both results in a single list view? If not, how can I access the list view with the CodeSniffer errors?

joonty commented 10 years ago

Hi, this doesn't sound right. Does it show CodeSniffer errors for you if you just run the command :Phpcs?

Thanks

schemar commented 10 years ago

Yes. :Phpcs runs and shows. Also, if there is no MessDetected, CodeSniffer shows. CodeSniffer is replaced by the MessDetection stuff. Should MessDetection and CodeSniffing mix in the same list view? Or are they in separate buffers?

joonty commented 9 years ago

I believe this has been fixed recently, so closing.