Alvaro
- Total activity 126
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 17
- Subscriptions 35
-
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... -
Created Prevent commit to specific git branches
AnsweredI 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... -
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... -
Edited Known issue with PATCH requests?
I keep PhpStorm updated with Toolbox and it's been like 3 or 4 days now that some *.http requests get stuck running forever. It tends to happen with PATCH requests. Some times the request completel... -
Created Ignore files from specific context root
I like to have my own scripts and utilities for a given git based project, so I have this: Clone project at ~/project Set up a personal git repository and clone in it ~/extras Open ~/project in Php... -
Created Make IDE aware of Carbon macros
The Carbon library allows creating custom methods:Carbon::macro( 'isDayOff', static fn (WorkingWeek $workingWeek) => $workingWeek->isWeekend(self::this()) );Is there a way to make PhpStorm ... -
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... -
Created Gutter icon to run HTTP requests runs wrong request
If you have an HTTP file with two requests and you attempt to run the second request by clicking on the green gutter arrow icon while the cursor is on the first request, there's this annoying bug t... -
Created Congrats for revamped HTTP pane
I just wanted to share huge kudos with the people that made the new structure pane for HTTP requests possible.It's an amazing improvement, and the kind of quality of life hacks that make everybody ... -
Edited phpcs: Could not open input file
When I open my project, I get a toast message about PHP_CodeSniffer not being able to find input file. I'm unable to figure out the exact settings I need to use. My project root has a phpcs.xml fil...