Edward Greenberg
- 活动总数 38
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 14
-
创建于 Recover event log for a project
When I close a project, the event log (window at the bottom of the screen) is cleared. Sometimes I want to review what happened in the last session (like whether I pushed my branch.) Is the log ... -
创建于 expression expected when assigning json to javascript variables.
When I do this: var myObject = {"a":"b"}; Javascript likes it just fine, but phpStorm reports an error of: "expression expected". Might I be able to turn this error off without turning off any oth... -
创建于 Methods not found in autoloaded classes
已回答So I have a bunch of older PHP projects. There is an /includes directory at the save level as the document root. There is an _includes directory inside each of the projects. Each top-level fi... -
创建于 Feature request, close database tabs (applicable to all ide products)
已回答When I right click on a tab, I get a bunch of close tab options. The one that is missing is "close database tabs." It should close all select grids, ddl tabs and sql tabs. If you agree, please ... -
创建于 Debugging in includes
Hi Folks, I have a directory structure in /var/www/html that has four document root directories, plus an includes directory. The includes directory is used by all four web applications. The apach... -
创建于 running tests against Laravel in Phpstorm
HI Folks, On one of my installations of Phpstorm I can run tests against my Laravel project within the ide. On another, I cannot. I get: ``` /usr/bin/php /tmp/ide-phpunit.php --no-configuration ca... -
创建于 Unknown color in file explorer
已回答I have one file in file explorer that is an odd color. It's #0D293E according to my colorpicker. There is no entry in the File Status area of settings for this color number. The scheme is Mon... -
创建于 Webstorm with rhino
I am trying to use WebStorm to import Java classes with a syntax such as: importPackage(Packages.java.io);importPackage(Packages.java.awt);importPackage(Packages.com.sk89q.worldedit);importPackage... -
创建于 Regenerate PHPDOC blocks
I have some files that have phpdoc blocks created by Generate | PHPDOC Blocks. When parameters change, it would be nice to have PHPStorm regenerate the blocks. It seems that the only way to regen...