Krzysztof Wolowski

- 活动总数 27
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 2
- 订阅数 6
-
已编辑于 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...