Alvaro
- 活动总数 157
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 21
- 订阅数 42
-
创建于 How to restore "Open in Dolphin" menu entry?
已回答I'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... -
已编辑于 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... -
已编辑于 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... -
创建于 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... -
已编辑于 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... -
创建于 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'; } -
已编辑于 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... -
创建于 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... -
创建于 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... -
已编辑于 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...