Dave Stewart
- 活动总数 95
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 28
-
创建于 Feature idea: Search on CSS selector and return SASS/LESS rule
Often when debugging styling in the browser, you're looking at compiled CSS selectors, and tinkering around with values to get something pixel perfect.In a perfect world, we'd all be using CSS sour... -
创建于 Any documentation on Project "Sources" vs Project "Resources" ?
Looks like there's some functionality here, but I can't find any documentation about it,Can someone from Jetbrains explain this all please?Thanks,DaveAttachment(s):generate sources.png -
创建于 Moving directories is taking a LONG time
I've just set up a new project on my laptop, done the npm install, so now have lots of node_modules folders.I then decided to move things around (no repo at this point either) by dragging in the Pr... -
创建于 Evaluating Intelli-J for Web + PHP + Ruby = :(
I just checked out the Intelli-J EAP the other day to see if it would be a suitable candidate to allow me to edit Ruby files on my current project.I was surprised how easy it was to get everything ... -
创建于 Additional "Project" settings
I'm just working on yet another test / demo project (I'm learning a bunch of different web technologies over the Christmas break) and I realised that WebStorm's Project Settings page could really a... -
创建于 How do I get path auto-completion to enter paths relative to my public/ folder?
Happy new Year :)Does anyone know how I can get webstorm to write absolute paths when it fills in paths to files?As I have all my source files outside of the public root, when SCSS files are compil... -
创建于 Is it possible to colorize ERB/mustache/template code in JavaScript strings?
My use case today is in a Gruntfile, but tomorrow it might be a web app.Is this possible?Thanks,Dave -
创建于 Is it possible to automate the creation and commands of terminal sessions?
My current project requires me to run about 5 terminal windows at the same time, which is making my desktop pretty messy.Opening these console windows as sessions inside WebStorm makes things much ... -
创建于 How do I set Object literal opening braces to sit on the next line?
Pretty simple question really.Using Code Style, I want Object literal braces to behave the same as function declarations and other, using the "Next line" setting. Unfortunately, they don't seem to ... -
创建于 Is there any way to control indentation level for comments when reformatting code?
I have an issue at the moment with Webstorm's Code Style reformatting killing my comments, and I'm looking for a way round this.My commenting style is to leave a tail; that way it's really easy to ...