Autocompletion for literals
Hi! Consider the following:
(1) var exampleTaxesSupport = "no";
and
(2) var example = {
taxes : {
support: "no"
}
};
For accessing (1), I can type 'ets' and I can easily get to `exampleTaxesSupport`.
Is there any way of typing 'ets' and magically mapping that into `example.taxes.support`?
Thank you!
Please sign in to leave a comment.
Hi! Unfortunately, we don't have such feature at the moment. You can only hard-code each mapping manually in Settings | Live templates.
Regards,
Konstantin
Hm, bummer. This would be a cool thing to have.
Thank you anyway!