Dave Stewart
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 28
-
Created 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... -
Created 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 -
Created 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 ... -
Created 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 ... -
Created 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 ...