smartparens icon indicating copy to clipboard operation
smartparens copied to clipboard

Minor mode for Emacs that deals with parens pairs and tries to be smart about it.

Results 231 smartparens issues
Sort by recently updated
recently updated
newest added

`sp-kill-hybrid-sexp` doesn't always remove empty lines if there are only empty lines between point at the close paren. E.g.: (point is `|`) ```javascript foo() { | } ``` In this...

bug
unconfirmed