Dan Elebash
- Total activity 54
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 18
-
Created 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... -
Created Javascript Debugger not hitting breakpoints in Aurelia application using gulp watch
AnsweredPhpstorm 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... -
Created Pasting into the terminal in Phpstorm works some of the time.
AnsweredWindows 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... -
Created 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... -
Created 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 ... -
Created Css intellisense from html class to css class
If you have an html element with a class, then goto your css file is it possible to enable intellisense for the css file to pick up the defined html css class namesExample<div >Now in the css file ... -
Created Forum Feature Suggestions
It would be nice to have some additional features in the forum1) Mark as correct answer2)Up Voting on questions and answersSimilar to the way StackOverflow has, these additional features would help... -
Created Typescript unresolved variable classList
Windows 7 x64Phpstorm 9 EAP build 141.1619 x64I am getting unresolved variable error in the editor for classList in a typescript fileCode the causes error: myfunc() { document.getElementsByClas... -
Created Chrome Canary and Chrome Dev launching with icon on page launches wrong version
Windows 7 x64Chrome Dev Version 44.0.2403.9 dev-m (64-bit)andChrome Canary Version 45.0.2412.0 canary (64-bit)Phpstorm version 141.1224To reproduce1) Create a simple html page in Phpstorm2) Open c... -
Created Es6 sourcemap debugging have to reload debugger to add new breakpoints
I have a gulp watch task that compiles Es6 to Es5 with sourcemaps. I then setup the Webstorm debugger to monitor localhost:9000, this works partially.After gulp watch is serving on port 9000, I the...