Vadiru
Website Programmer in USA
- 活动总数 461
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 45
- 订阅数 124
-
创建于 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... -
创建于 Struggling with New UI themes and syntax colorings and contrasts and distinguishing different things
已回答I 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... -
创建于 What is PhpStorm install asking for here with Windows Firewall Public networks?
已回答It 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. -
创建于 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... -
已编辑于 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... -
创建于 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 ... -
创建于 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... -
已编辑于 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... -
创建于 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... -
已编辑于 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(), ...