Automate Code Fixes through Visual Studio Code Auto-Fix Feature
The PHP editor with PHP Tools extension provides vast array of useful code actions - either code fixes or inline code refactorings. What if you always prefer the fix or the specific refactor (like simplifying ?:
operator or removing unnecessary ?>
tag whenever possible).