oakes / Nightcode

An IDE for Clojure
https://sekao.net/nightcode/
The Unlicense
1.4k stars 124 forks source link

Paredit doesn't allow to add in-expression comment at end of line #244

Open peter-lyons-kehl opened 6 years ago

peter-lyons-kehl commented 6 years ago

Have code on two or more lines:

["existing expression"
 ]

Position text cursor/caret at the end of the first line. Press semicolon ;. Paredit joins the next line to the caret position, and puts the semicolon at the end of the joined lines:

["existing expression"];

How annoying when you want to have comments in complex expressions.