Dave
- 活动总数 50
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 15
-
创建于 Some quoted text has green background - I want to disable it
Good afternoon, Some of my phpStorm text has a green background, which I find annoying. I can't seem to find any way to get rid of the background. I would appreciate your help. Thanks, Dave -
创建于 Reformat code splitting statements onto several lines
All of a sudden (almost certainly something I did, a reformat of code changes to this The same happens with input elements. I would prefer that reformat not break statements onto separate lines. ... -
创建于 Live templates with two variables
I am trying to create a live template to insert a TD statement like this echo "<td class = 'classname'>value</td>"; I want to enter classname and then skip to value and enter the value so, given a ... -
创建于 Formatting SQL Code in PhpStorm
With datagrip, a CTRL ALT L reformats my SQL code nicely However, it does nothing in PhpStorm even though mysql code style shows the following: SELECT T.Entity_Id,T.`Name` "Entity_Name",T.`Note` "E... -
创建于 Resolving directories/files on remote server
On my local Linux server, PHPStorm has no problem resolving directories... But on the remote server, with exactly the same directory structure, I see this... This has just started. Don't know ... -
创建于 Having problems connecting with XDebug -
I have a ubuntu server on my network that is running php In the php.ini file. I say zend_extension = "/usr/lib/php/20170718/xdebug.so"xdebug-remote_host = "10.0.0.38"xdebug.remote_enable = 1xdebug.... -
创建于 No files of folders found to process
All was working perfectly until I used PHPStorm to delete all files from the production server. Now, when I try to upload the entire site, or even just one file I get the "No files of folders found... -
创建于 Why is php storm complaining about this CSS
In the followinf, PHPStorm complains about "align-items: space-between;" which works perfectly and does exactly what I want. Am I missing something? div.divbody{ height:80%; margin:0; dis... -
创建于 Drag / Drop in project window
When I attempt to drag a file from one directory to another in the project window, nothing happens. I have also installed PHPStorm on a laptop and drag/drop works fine there. If there is a settin... -
创建于 PHP Storm marking class attributes in paragraphs
In one of my projects, phpstorm marks all paragraph class attributes as follows I have tried a simple file with only one <p class = 'dog'>Dog</p> and the problem exists. Mousing over the error bri...