bea mar
- 活动总数 128
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 3
- 订阅数 41
-
创建于 Searching in custom scope is very slow
PhpStorm 7 I have a php project with many directories. There are two directories (vendor and node_modules) which I want to exclude from search. I created a custom scope including all dirs except th... -
创建于 No syntax highlighting for one html file
In my project there is an html file which has no syntax highlighting.I created it initially by mistake as a file with no extension and there was something in the file's context menu like "interpret... -
创建于 Why code inspector wants 3 parameters when the javascript function declaration has only 2
In PhpStorm 7, I have a javascript application using angularjs and angular-route libraries. The libraries are downloaded locally in PHPStorm for code inspection hinting. In my application there is ... -
创建于 How to simulate form fields in PHP Http Request debug config?
In PHPStorm 10, I am trying to debug a POST request simulating user login using the PHP Http request debug configuration. In the dialog box, I specify the following:However, when I debug the applic... -
创建于 How to change the background color of the "Run" tab of "Gulp"?
How to change the background color of the "Run" tab of "Gulp", as visible on the screenshot?Currently it is light gray, and the normal text is also light gray, so it's not visible. I selected two l... -
创建于 How to copy the content of Debug Frames panel to clipboard?
During debugging, in the Debug panel, there is tab called Frames, containing a trace of function calls. Is there a way to copy to clipboard all that is visible at the moment in that panel? -
创建于 Add breakpoints automatically to each function in a specific file
Is it possible to automatically add a breakpoint at the beginning of every function in a specific php file? So that the execution stops before any piece of code from that file is about to run. -
创建于 Using external javascript libraries in phpstorm
PHPStorm 7.0I have a project using external Javascript libraries. The library sources are located on my disk but outside of the project root. They are available from my localhost server. The librar... -
创建于 PHPStorm processor usage when editing javascript files
I am using PHPStorm mainly to edit php and javascript files. When I edit php files, no mater how big, no matter how complicated, all is fine.When I edit javascript files which contain objects, not ... -
创建于 PHPStorm 7: how to change values colors in debug panel?
I have Darcula theme. The Debug panel looks like this, arrows point to values I'd like to change color:These values are too dark here. This is not the same as in Editor, because e.g. null displays ...