Álvaro González

Avatar
  • Total activity 176
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 32
  • Subscriptions 56
  • Created

    Is New UI still under development?

    JetBrains blog announced in “Bridging the Gap Between the Classic and New UIs” that the Classic UI plugin is likely to be discontinued by July 2025. Are there plans to fix some of the usability iss...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    New UI: show hidden toolbar items by default

    Is there a setting to display the entire contents of toolbars whenever there's enough room to show them, or the only alternative is to customise every toolbar and replicate the default icons? 
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    New UI: use system colours for title bar

    Is there any setting I'm missing to use system colours in title bar? Right now, it's dark grey for active window and lighter dark grey for inactive window, which is not only very different from my ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Sync failed

    I've had this error message for several days:The Settings dialogue offered no way to entry any auth details, so I tried disabling sync, expecting that I'd be prompted when re-enabling. That didn't ...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    PHPStan and Xdebug

    I've been upgrading some dev dependencies in my toy projects and now PHPStan seemingly requires the --xdebug flag when Xdebug is enabled (and omitting it otherwise). So now I get lots of notificati...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Prevent files from being moved to Subversion changelists

    Answered
    I use TortoiseSVN to commit my changes and it's getting complicated because PhpStorm moves the files I edit from the IDE to its default changelist, so my changes end up split in two different locat...
    • 2 followers
    • 4 comments
    • 0 votes
  • Edited

    Switch from system-wide install to per-user install on Windows 10

    I work remotely. I installed PhpStorm on Windows 10 Pro some months ago with my user, which at the time had administration rights. After some external audit, my company changed policies and my user...
    • 2 followers
    • 1 comment
    • 0 votes
  • Edited

    Dynamic metadata

    My codebase uses a pattern like this: /** @var \App\Action\SimpleFooAction $simpleAction */$simpleAction = $objectBuilder->getAction('simple_foo');/** @var \App\Action\ComplexFooAction $complexActi...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Using scratch files in WSL2 + Docker setup

    I use Windows 10 Pro + Docker Desktop + WSL2 + Ubuntu. My code is stored in the Linux filesystem. The PHP interpreter runs inside a container and accesses those same files thanks to Docker magic. I...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    Unchecked file in non-active changelist gets committed to Git anyway

    I have changes in docker-compose.yml that aren't ready yet so I've moved the file to a separate changelist. Meanwhile, I want to commit some of the changes in another file. I ensure that other file...
    • 1 follower
    • 1 comment
    • 0 votes