Alvaro
- Total activity 157
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 21
- Subscriptions 42
-
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 ... -
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... -
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, $... -
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 ...