Tomato_44
- 活动总数 17
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 6
-
Tomato_44 创建了一个帖子, 已回答Is there any visual indicator / button for multi caret mode on/off?
I accidentally enable multi caret from time to time and it's confusing and hard to turn off. Found out how to turn it off here https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000... -
-
Tomato_44 创建了一个帖子, New install: Why are these popup menus appearing, hiding my code, and why can't I get rid of them?
I have used PyCharm and other products like IntelliJ for years, been happy and never had problems like this. Previously, I've used Intel and M1 macbooks. Today I downloaded PyCharm Community on a n... -
Tomato_44 创建了一个帖子, Confluence installation guide page for xdebug is outdated
https://confluence.jetbrains.com/display/PhpStorm/Xdebug+Installation+Guide This page explains how to install xdebug but the information is not up to date. I get an error message Error: homebrew... -
Tomato_44 创建了一个帖子, 已回答PHPStorm warning for unused variable, but not if set to null
I noticed in PHPStorm that if a variable is declared and set to null, there is no warning that it is unused. For any other value, the warning is there. I would expect the warning to show for a va... -
Tomato_44 创建了一个帖子, Global search: List each file only once
I often do global search when working on code that someone else wrote to find in which files things are. For this purpose, I don't care if the string occurs once or 100 times in a file, I just want...