Open GoogleCodeExporter opened 8 years ago
[deleted comment]
Oh, i forgot. Is just one thing more.
I wanted to make snippet, when I type $ (dollar sign) and hit TAB it turns in
$(""), but $ it's turning into 1.
So I made a variable:
'4' : '$',
and I used it like this:
'$' : '${4}("|")',
It work great but in v.0.7.2.
In newest one it doesn't. $ is turning into 1.
Original comment by depal...@gmail.com
on 1 Aug 2011 at 2:55
Try to escape dollar sign with '\' symbol (note that you should use double
slash to properly escape it for Zen Coding), i.e.:
'do$$az' → 'do\\$\\$az'
Original comment by serge....@gmail.com
on 1 Aug 2011 at 8:44
Is this issue still exists?
Original comment by serge....@gmail.com
on 4 Jul 2012 at 9:44
[deleted comment]
Except of dollar sign turning into 1, I cannot reproduce this. However, with
those snippets $ expands into $4("") instead of $("").
Original comment by GreLIm...@gmail.com
on 5 Jul 2012 at 5:28
Escaping “$” like “\\$” in the snippet value works perfectly.
Original comment by GreLIm...@gmail.com
on 5 Jul 2012 at 5:31
Original issue reported on code.google.com by
depal...@gmail.com
on 1 Aug 2011 at 2:48