Q: Why haven't you covered x-feature?
A: Because I haven't needed to. Feel free to add a suggestion in the comments.
Q: Can I contribute to templates to this?
A: Of course, just spec them out in the comments.
Q: How do I get
<xf:textboxrow>
, I only see
<xf:textbox>
suggested?
A: Most form field types are templated without the 'row' part in their name. Just use the
xf:textbox
template, and the 'row' part will be included as a variable that you can remove with a single backspace as you tab through the other variables. The same is true for
xf:select
,
xf:checkbox
etc...
Q: Why doesn't the template for x cover the possible item y?
A: These are just helpers, they are not designed for 100% coverage of the possible code permutations. If there's something really vital missing, let me know in the comments.
Q: How do I use Live Templates?
A:
Live templates | PhpStorm