Krzysztof Wolowski
- 活动总数 45
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 11
-
已编辑于 Splitting the terminal removes all tabs on IDE restart
1. Initial.2. After the split.3. On reopening the IDE. Upload id: 2026_01_12_DLhaJiZDGpfvLra9j5czLm (files: phpstorm-logs-20260112-0955424936912495027486350.zip, phpstorm-logs-20260112-095624109037... -
已编辑于 Buggy terminal in 2025.3
It looks like the new terminal was released prematurely.It feels very buggy, let me just focus on one particular bug in this thread:The test project consists of a single `docker-compose.yml` file:s... -
已编辑于 File indexing slowing down UI
I am aware that the ability to search for text inside files comes at a cost. I understand that files have to be indexed from time to time for this feature to work. I'm actually used to it, because ... -
已编辑于 Docker API error
I'm getting the following error:com.github.dockerjava.api.exception.DockerException: Status 400: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to... -
已编辑于 VCS History keyboard shortcut
I used to use the H shortcut a lot. It was a very handy way of displaying the Git history for a file.I noticed that in the latest PhpStorm version (2024.2) this shortcut became more “greedy”. To th... -
已编辑于 Backspace and arrow keys lagging in 2024.1.1
Hello,I can type with normal speed but when I try to remove text or traverse it using arrow keys there is a discernible lag.EDIT: Typing speed is also affected to some extent. And other operations ... -
创建于 Custom live templates gone after 2022.3 update
I can't find my custom live templates in Settings and neither can I execute them. I temporarily solved it in the following way: sudo snap remove phpstormsudo snap install phpstorm --channel=2022.2/... -
已编辑于 "Failed to parse validation script output" for remote Docker compose CLI interpreter
I'm getting the following error in PhpStorm 2022.2.3: When I execute: docker compose exec app /usr/local/bin/php -v It shows PHP version correctly. And here's an excerpt from the logs: 2022-11-03 ... -
已编辑于 Docker Compose v2 issue
I use Docker Compose V2. For all my docker-based projects I can succesfuly run in the terminal: docker compose up I also created an alias so that I can do the same using: docker-compose up I can't ... -
已编辑于 Terminal session tab names not persisting
Say I give tabs the following names: This works fine until I close the project. On reopening it looks like this:Note that the active tab lost its name. And when I click the remaining tabs, they loo...