Vadiru

Website Programmer in USA
- Total activity 461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 45
- Subscriptions 124
-
Created Not finding typing completion suggestions pop up delay
Suggestions popping up while I type is nice, but it triggers so fast that it's actually distracting.I don't use suggestions every keystroke, so I don't need suggestions to popup so often.A delay se... -
Created Struggling with New UI themes and syntax colorings and contrasts and distinguishing different things
AnsweredI hate to admit this, but I found the “Classic UI” much easier to view and read and use. I do have a unusually high prescription, so maybe that's a factor, but I just found the classic themes/synta... -
Created What is PhpStorm install asking for here with Windows Firewall Public networks?
AnsweredIt doesn't specify what it wants to do through the Firewall, which port it wants to do it through, nor why it auto-selects “Public networks”. Please explain. -
Created Editing PHP-generated log file in PhpStorm creates new file appended with tilde, makes original file uneditable
I've used a log script for years across different projects to debug (when I can't use normal, better things), which writes debug info to a `[whatever].log` file, but on my latest project, I'm getti... -
Edited Is there any way to see what's going on when PHPStorm has laggy or jittery scrolling in files?
I'm so tired of this happening randomly, I've tried multiple solutions which worked at the time, but at this point when it happens again, I basically have to go down a list of guesses to see what w... -
Created Copy-paste PHP file with class in it only allows "Copy Class" option... can't paste file as new file with new name anymore
Before recently, I could right-click a file in Project pane, select Copy, then right-click its parent folder and select Paste to create a copy of the file with a new name that I specify. This made ... -
Created Generating an XML file from an XSD creates it without XMLSchema specs
In our XSD (made by a client), and in an old generated XML file (made by a previous dev with no explanation as to how it was made), it has expected XML Schema information, like: XSD: <?xml version... -
Edited Some way to highlight file from open file tab in folder in Project pane?
Sometimes I open several files from search that happen to be in a folder containing dozens or hundreds of similar-named files, and I want to highlight an open file in the folder in the Project pane... -
Created Scroll lag happening recently
I'm not sure what changed, but now scrolling is laggy in PHPStorm. The frame rate has gone down, it's slower... sometimes it works as expected. I can't tell what the problem is. This happened in ye... -
Edited Weird print_r function indentation formatting with hard-coded array
I don't know why it's doing this: echo "relevant user details: " . print_r([ 'ID' => $user->getId(), 'First Name' => $user->getFirstName(), 'Last Name' => $user->getLastName(), ...