neil-lindquist / lisp-paredit

Paredit for Atom
MIT License
24 stars 5 forks source link

selection maintained when wrapped with parens #25

Open yogthos opened 8 years ago

yogthos commented 8 years ago

When you select a piece of code and add a paren, the package will correctly wrap it with the outer parens, but it will also keep the selection. A better behavior would be to deselect and place the cursor after the opening paren so that the user can immediately start typing the outer expression.