delimitMate icon indicating copy to clipboard operation
delimitMate copied to clipboard

Don't add semicolon for certain match

Open 9mm opened this issue 6 years ago • 0 comments

This plugin works perfectly. My only question is how hard would it be to conditionally add the ; at the end of the line?

For example, it should trigger for this:

var x = function() {};

but not

function () { or class {

9mm avatar Jan 03 '20 00:01 9mm