Tomato_44
- Total activity 17
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 6
-
Tomato_44 created a post, AnsweredIs 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 created a post, 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 created a post, 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 created a post, AnsweredPHPStorm 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 created a post, 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...