Abdu Bukres
- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created How to add the Open File option in the main toolbar itself?
How to add the Open File option in the main toolbar itself? I am unable to drag it out of the Left level to be at the same level of it. The Move Up option is also disabled. I don't want the option... -
Created Can WebStorm run an ASP.NET/AngularJS app?
I opened an ASP.NET MVC with uses Angularjs app in WebStorm 2017.3 EAP. When I click run or debug nothing happens. Does WebStorm support ASP.NET apps? -
Edited How to navigate straight to a function implementation, instead of declarations and usages?
I am using WebStorm 2017.3 EAP in a large AngularJS app. I have an element like this <li ng-show="vm.CanUse('a-b-c')" ng-class.. and want to jump to where CanUse is implemented. I hit ctrl-alt-B (o... -
Created Can PhpStorm / WebStorm remove unused css definitions in a css file?
Can PhpStorm / WebStorm remove unused css definitions in a css file? To actuallt remove them, not just identify them? I have tools which can identify them. -
Created Keep the File Structure window modal
Every time I click anywhere outside the File Structure window or click to another app, the window closes. Is there a way to keep it open? -
Created Is there a way to export the contents of the File Structure option in WebStorm?
The 'File Structure' option for a css file displays the selectors in alphabateical order which I like. The File Structure in Resharper has an export option but WebStorm doesn't have a similar expor... -
Created How to get to object which is owner of a method?
If my editor cursor is in a member, variable or method which are defined in an object, how do I navigate to the object declaration?For example if I have jquery-1.4_4.js file open. I want to jump t... -
Created Finding out what has been sent to in the response buffer so far
When I am in the debugger, a bunch of echo statements are executed, some HTML code has been sent. Is there a way to find out what html has been sent to the browser so far until the breakpoint was hit? -
Created "xdebug is not installed" & "debugging is disabled" errors. Why?
I am using PHP5.3 on Windows 7 64bit. I placed the xdebug dll in the php folder, added the xdebug section below in php.ini and configured the debug settings. When I start the debugger, I get an err...