DEV Community

Discussion on: F*** PHPStorm Man and the high horse he rode in on

Collapse
 
lokidev profile image
LokiDev

Great, I already use fzf and rg heavily in zsh. So even better to integrate it in vim.

I thought about ale in combination with python so now I'll definitely give it a try!

Thanks for you answer this actually helps.

One off topic question: why psalm and not phpstan? I tried only Stan and Codesniffer and am curious if psalm might add sth useful to my toolbelt :).

Thread Thread
 
matthewbdaly profile image
Matthew Daly

I have used both to some extent, and I personally prefer Psalm over PHPStan, largely because I found it was better suited to legacy code (it was built for Vimeo's legacy code base) as a lot of my work is on a messy legacy application and it's had the ability to set a baseline for existing code right from the start. But vim-ale supports both so there's no need to switch if you want editor integration.

Thread Thread
 
lokidev profile image
LokiDev

Then I final thank you. Have a productive week ;)