user live template not working
Hi
On RubyMine 97.73 I defined my own live template:
abbreviation: field
group: user
template:
.field
= f.label :$FIELD$
%br
= f.text_area :$FIELD$
expand with default
Reformat
Context: 'Other' and 'haml' (Other was the context when I ran Tools -> Save as live template)
when I type field<tab> in a haml file nothing 'live templaty' happens (just the tab)
I tried different combinations of abbreviate / context / expand with without luck.
Any idea?
Thanks
Please sign in to leave a comment.
Hello Gilles,
Thanks a lot for reporting this bug, I've created an issue: http://youtrack.jetbrains.net/issue/RUBY-7139
Feel free to watch it to get notified once it is fixed.
Regards,
Oleg
Already marked as fixed... you guys are awesome.
I don't regret buying RubyMine a single second.
Develop with pleasure!