Is it possible to change the tab-completion on "log" from showModalDialog() to something else?
I've been looking around for this on and off for the past few months - I'd love to chance tab completion on "log" in JavaScript/Coffeescript from showModalDialog() to either console.log or an in-house logging function that we use.
请先登录再写评论。
I have a Live Template defined for console.log(), with 'log' set as abbreviation. When I

type 'log' and hit Tab, I get 'console.log()' in editor (see attached screenshot). Does it work for you?
Template settings:
This looks like it will work great. Thanks!