Dan Elebash
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 18
-
Dan Elebash created a post, How do you disable code reformatting for a particular css propertey
I am using Css Grid with the below example .grid { display: grid; grid-template-areas: "header header header" "sidebar content right" "footer foo... -
-
-
-
-
-
Dan Elebash created a post, AnsweredJavascript Debugger not hitting breakpoints in Aurelia application using gulp watch
Phpstorm version 163.10154.2, Windows 7 x64, node 6.9.2, npm 4.1.1, gulp 3.9.1 I am using the javascript framework aurelia framework skeleton-esnext and I cannot get the debugger to hit the breakpo... -
Dan Elebash created a post, AnsweredPasting into the terminal in Phpstorm works some of the time.
Windows 7x64 Phpstorm 145.258 Pasting into the terminal sometimes works and sometimes doesn't. I have had this problem with previous versions of Phpstorm and Webstorm. If I copy a piece of text t... -
Dan Elebash created a post, Disable Notification Detect PSR-0 Namespace Root
Phpstorm 145.258 x64 Windows 7 x64 I have already disabled this in the notification settings but it still asks me every time I create a new project.I am not even using php in these projects, just j... -
Dan Elebash created a post, Can we create multiple files from a file template
If I create a new html template I want it also to create a javascript file as well. It would be usefull to just run another file template or multple templates from a main templateExample could be ...