vim-phpstan
vim-phpstan copied to clipboard
A Vim plugin for PHPStan - https://github.com/phpstan/phpstan. It calls `phpstan` to do static analysis of your PHP code and displays the errors in Vim's quickfix list.
Results
2
vim-phpstan issues
Sort by
recently updated
recently updated
newest added
Hey :) This PR: - [x] Adjusts the plugin to use only Vimscript, taking advantage of the `--errorFormat=raw` option. - [x] Tries to detect project versions of PHPStan, falling back...
When I try to analyze files using `fish` as my default shell I get this error message. I'm no shell redirection master but I'm willing to contribute on a solution...