• lichtmetzger@discuss.tchncs.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    4 hours ago

    I’m a webdev and I mainly work with Vanilla JS, React and PHP - I use phpStorm now. Everything mostly works out of the box, it auto-detects my PHP environment, composer install (which is basically just npm for PHP), nice-to-have features like Stylelint and ESLint are also integrated and enable themselves by default if specific config files are found inside a project folder…it’s just nice. Open a project, see it do all of its magic, start to code.

    Previously I’ve worked with VSCode and I needed a plugin for every single feature and every plugin had its own settings that you needed to be aware of. It was horrible. I was configuring my own IDE more than I was actually writing code. I get that it’s probably more flexible than phpStorm, but I just don’t have time do dig into plugin settings all of the time - and god forbid I work with a project from another developer and he uses a different extension than me for Stylelint or formatting .md files…