Alvaro

Avatar
  • Total activity 126
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 17
  • Subscriptions 35
  • Edited

    Remove redundant docblock tags

    I was very excited about the feature to remove redundant docblock tags in 2023.2, but it isn't as smart as I had anticipated. /** * This is just some example I made up for the forum post. * * ...
    • 2 followers
    • 5 comments
    • 0 votes
  • Edited

    Block comments get misaligned on copy+paste

    PhpStorm has recently started to mess code comments when I copy and paste, and "Reformat Code" doesn't seem to fix it. I haven't changed any code style setting and, if I had, I've no idea which one...
    • 2 followers
    • 5 comments
    • 0 votes
  • Created

    Inspect function return value

    Xdebug/3.2 allows to inspect function return value, but I'm not sure I fully understand how it works. According to the information I found (which unfortunately seems to be all videos), you seemingl...
    • 3 followers
    • 3 comments
    • 0 votes
  • Created

    Open Excel file from Services pane

    I have an HTTP Request where I save response to a file: ### DownloadGET {{url}}>>! /home/alvaro/files/{{filename}} The Services panel generates a link. When I click on it for the first time, I ge...
    • 3 followers
    • 21 comments
    • 0 votes
  • Created

    Live template for HTTP headers

    I want to avoid having to type or copy the same headers every time I need to create an HTTP request. I've created a Live Template: But it only gets expanded if I use it before the request itself: ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    HTTP Requests: variable parsing in quoted header values

    I've a request like: ### CreatePOST http://example.com:5000/api/v1/bulkcreate?rnd={{$timestamp}}Content-Type: multipart/form-data; boundary=WebAppBoundaryAuthorization: Bearer YOURTOKENHEREAlvaro-T...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Where can I use variables in *.http files?

    Perhaps I'm missing the right section in docs, but at https://www.jetbrains.com/help/phpstorm/exploring-http-syntax.html#using_request_vars all that's said about variables is: A variable can hold ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Edited

    Determine if inspected objects are same or different instances

    Sorry if this was answered before but it's difficult to google. When using step debugger, is there a way to determine if two given variables correspond to the same object instance? Good old var_dum...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    HTTP post request payload does not reach server

    I must be missing something really obvious, such as a mistyped character or something, but when I submit this HTTP request from PhpStorm and I step-debug the Symfony/3 controller that handles it, $...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Add vendor directory to find scope

    I've defined some custom scopes to use in "Find in Files". When I add Composer's vendor directory with either of the Include buttons, I only get the bin subdirectory and the autoload.php file, but ...
    • 2 followers
    • 5 comments
    • 0 votes