Dan Elebash

- 活动总数 54
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 18
-
创建于 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... -
创建于 Javascript 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... -
创建于 Pasting 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... -
创建于 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... -
创建于 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 ... -
创建于 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 ... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 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...