Alvaro
- Total activity 157
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 21
- Subscriptions 42
-
Created How to restore "Open in Dolphin" menu entry?
AnsweredI'm using PhpStorm 2026.1.2 on Kubuntu 24.04 LTS, installed with the Toolbox app. All of a sudden, the feature to open a file in system file browser (in my case, “Open with Dolphin”) is gone for go... -
Edited Refactor > Move Class > Changes Detected
Every single time I try to move a class I get this dialogue: Changes Detected Cannot perform refactoring operation.There were changes in code after usages have been found.Please perform usage searc... -
Edited How does PhpStorm determine the namespace of a given directory?
Our project uses Composer and PSR-4.{ "autoload": { "psr-4": { "App\\": "src/App/" } }, "autoload-dev": { "psr-4": { "App\\Tests\\": "tes... -
Created Opposite of Join Lines action
The Join Lines action allows, among other things, to convert multi-line comments into a single line, handling comment markers just fine.Is there an action for the opposite thing, i.e., split a very... -
Edited Http Client crashes randomly
I have an *.http file with API calls to insert data in my local dev environment. I'm getting this message randomly when I try to execute all the requests in the file with the “>>” button:Multi thre... -
Created Bogus "Operands have incompatible types"
This warning is not quite right, is it?<?php $payload = $expectedValues = []; foreach ([...$payload, ...$expectedValues] as $field => $value) { $isStartDate = $field === 'startDate'; } -
Edited Smart vertical caret movement
When I started my career, ages ago, I had a text editor with a feature that I haven't really seen in many other products, let alone a recent one.You move around a document as you wish. When you sta... -
Created HTTP Client generates local filesystem links that PhpStorm cannot open
When I use HTTP Client to download files that are configured to open with external apps and filename contains square brackets, PhpStorm generates a console link that throws an error:### Download st... -
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... -
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...