Daniel Demmel

Results 54 comments of Daniel Demmel

@lukemelia hmm, your point made me think about it and I guess maybe the best approach would be as you say optimising for developer readability and using some post-processor on...

Right, I had a bit of a dig around and found two things. First of all I think it was a bit of a post rationalisation from me that the...

@benedikt-d have you seen any good reference though? I guess it could be as simple some template files where indentation is done right, covering all features including trickier ones like...

Well there are things like whitespace control: http://handlebarsjs.com/expressions.html#whitespace-control But maybe I'm overcomplicating it and all what's needed is indentation for block helpers, starting with `#` and not closed in the...

Hmm, interesting, didn't know about this! Sounds like a good feature to add, though at this point (just got my second little one) I can't promise when will I get...

Ah, that would be brilliant, I'll make sure to review your PR! I've just added a test case from your fiddle: https://github.com/daaain/Handlebars/blob/master/test/inline_script.handlebars.html#L116 Also there's a bit in the readme about...

This is really cool, thanks a lot! But it made me think that maybe this would be a good opportunity to look at supporting all languages (ie English letters +...

This is a tricky one, I'm not sure what would be a good way to handle both Handlebars and HTML comments. Since we're in Handlebars context I'd say Handlebars comments...

Ouch, haven't actually tried pressing the combination before suggesting! :) ⇧ + ⌃ + / seems to be available though? Wonder if it's free on Windows and Linux...

Just tried to reproduce but this doesn't happen to me. Might be a combination with some other package? Could you please try temporarily disabling other packages and see if it...