Hello, i search how create plugin for write :
_def(param, value) and press [Tab]
transform to :
param = (typeof  param == 'undefined') ? value : param;

 Thanks for yout help.