Daniel Marcotte

Results 38 comments of Daniel Marcotte

Hey @wilsonjackson, really glad you like the plugin. As for custom delimiters, totally agree that would be cool/useful. I've looked at this some, and don't have a great vision for...

Yeah... a fork is a fair bit of overhead no matter how small the change, so it totally makes sense that you'd be reluctant to bite that off. Just trying...

Perfect. Also: yeah... the old `{` character is pretty popular. Not sure if it helps at all, but don't forget that sometimes a decent option is to refactor your project...

Hey @blaise-io, as I mentioned on the JetBrains plugin site, make sure to upvote @wilsonjackson's [YouTrack issue](http://youtrack.jetbrains.com/issue/WEB-7671), and also keep an eye on the issue for [adding template language injection...

Hey @Pytry, do you mean something like `{{> /abs/path}}`? Handlebars also rejects that syntax: ``` Parse error on line 1: {{> /abs/path}} ----^ Expecting 'STRING', 'NUMBER', 'ID', got 'SEP' ```...

This is interesting, thanks @alexanderadam. We do indeed synthesize a resize from the left with a move+resize due to how the window APIs we have access to work. Looking at...

Glad this plugin helps you! As for code completion: unfortunately the Handlebars-specific code completion is not yet implemented, but that's definitely something I'd like to add in the future. (I'll...

That does help; I've been giving some thought to autocomplete, but was focused on client-side js lookups. I wonder how ambitious we can be with autocomplete for radically different models?...

Interesting... I will definitely look at our options for this sort of stuff. Thanks for the input.

Thanks @neuro159! I really appreciate you reaching out. Also thanks for that link; it's great to get more inputs into what people are hoping for from the plugin. Feel free...