Sublime Text for modern PHP development
March 30, 2024•1,249 words
Sublime Text for modern PHP development
I decided to give a chance to the editor I spent many years before I switched to Neovim: Sublime Text. I found that the plugin ecosystem is not as big as VS Code, but it has enough packages to make modern PHP work very well. These are the features I was able to configure:
Code diagnostics
Coding style
Semantic errors
Static analysis errors
Debugging
Test runners
Refactoring tools
Rename variables and functions
Extract interfaces
Move classes
Code naviga...
Read post