Switched to VSCode. So far, so good
I have for years been a avid Sublime users, but I recently decided to try out VSCode.
My main complaints with Sublime the confusing order for open tabs, the file manager feels clunky even if I have FileManager installed. Renaming and moving files is also clunky, search and find is also somewhat not clear so I decided to give VSCode a go.
- advanced-new-file
- Better PHPUnit
- One Dark Pro theme
- php-cs-fixer
- PHP Debug (step-by-step debugging did just work out of the box, amazing. Never to got it to work in Sublime)
- PHP Intelephense
- Sublime Text Keymap
Of course I am using Operator Mono with ligatures. Just rememeber to set "editor.fontLigatures": true
in your settings file.
Read more
https://laracasts.com/series/visual-studio-code-for-php-developers https://ericlbarnes.com/2018/03/03/vs-code-setup/