DEV Community

Discussion on: Using Vim as your main editor for web development

Collapse
 
phantas0s profile image
Matthieu Cneude

Good article! I didn't know Browser Sync at all.

If somebody is searching how to configure Vim for PHP, I wrote an article some time ago how to do that.

I describe basically the plugins you might need. You can choose whatever you want, install them and configure them.

Many of them can be used for other languages as well, like the fantastic fzf for fuzzy find everything you want.

It's here: thevaluable.dev/vim-php-ide/.

Hope it helps!

Collapse
 
jwbwater profile image
James Bridgewater

Thanks for the link. What's your take on the current state of Vdebug? It seems like it's gotten a bit buggy over the last couple of years.

Collapse
 
phantas0s profile image
Matthieu Cneude

I didn't use Vdebug for quite some time, my tests are enough for debugging. Sorry.