Open
Description
JAremko commented on Fri May 12 2017
It would be really cool to have Parinfer for Lisps. It is user friendly and has Emacs and Vim style integration. Parinfer is written in JS so it shouldn't be too hard to integrate.
Rainbow Delimiters with paired highlight also would be a big step up (in general for languages with a lot of nesting)
@egri-nagy commented on Fri Jun 23 2017
Even just showing the matched parens, and some basic indentation would help a lot.
Since editing in Lisp languages relies on managing the delimiters efficiently, without that it is very difficult to write code. Unless the problem is very short, I have to use an external editor.