Alvaro

Avatar
  • Total activity 124
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 17
  • Subscriptions 34
  • Created

    Equivalent of @var annotation for Twig

    I'm passing objects to Twig templates:<img src="{{ branding.getLogoUrl }}">I assumed there's no way to instruct PhpStorm about this (documentation doesn't mention anything as far as I can tell) but...
    • 2 followers
    • 3 comments
    • 1 vote
  • Created

    Keyboard short-cut to open classes by name

    When I use the "Navigate/ Class" feature, I often want to open more than one match. Is there a keyboard short-cut to do that?Shift+Click works but splits in new vertical panes (not ideal when openi...
    • 5 followers
    • 10 comments
    • 1 vote
  • Edited

    Keyboard stops working in 2023.3.2 RC

    I'm using PhpStorm 2023.3.2 RC to have the fix for a bug in Http client, and I'm finding that keyboard stops working completely, pretty often (3 times in less than 3 hours). It isn't something enti...
    • 1 follower
    • 1 comment
    • 1 vote
  • Edited

    Escape values for application/x-www-form-urlencoded requests

    I'm using the HTTP client to make a POST request with application/x-www-form-urlencoded, but I get an error because a variable seemingly contains an invalid character:POST http://localhost:8080/aut...
    • 1 follower
    • 1 comment
    • 1 vote
  • Created

    New UI: customise debug bar

    I want to customise the toolbar of the “Debug” pane in order to restore items hidden in the kebab menu, but I can't make any sense of it:The items shown in the dialogue don't have anything to do wi...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    Cannot export to Curl any more

    The “Convert to cURL and copy” button in HTTP requests is disabled and I don't know why:I'm using latest stable version (2024.2.0.1) in KDE Plasma (Ubuntu 22.04 LTS). I've restarted several times a...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Delete or reuse PHP_CodeSniffer Docker containers

    I'm using PHP_CodeSniffer from a Docker image to match the version in our GitLab pipelines, and I've realised that every time a file is checked I get a new entry in Services/ Docker/ Container (the...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Damaged file template

    At “Editor/ File and Code Templates”, I have a template for “HTTP Request” that I need to update. For some reason, the template appears twice (with same content) and I cannot apply changes to eithe...
    • 3 followers
    • 8 comments
    • 0 votes
  • Edited

    Code Style bug in 2023.3.6?

    I've upgraded to 2023.3.6 and now when I use Reformat Code PhpStorms adds unwanted spaces in my docblocks:/** * @dataProvider filtersList * @see CommonEntityAccess::generateDataSet() */...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Prevent commit to specific git branches

    Answered
    I make the same mistake in a regular basis: start working in a feature, commit, push, and then realise I forgot to create my feature branch. This creates a little mess, esp. if current sprint branc...
    • 2 followers
    • 1 comment
    • 0 votes