TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Do you use electric returns, rainbow parenthesis, etc. in your editor?

2 点作者 chriszhang超过 4 年前
This is a question mainly for Lisp programmers but possible to be related to other languages too. Do you use fancy features like electric returns, rainbow parenthesis while coding? What about paredit? Are these additional helper plugins worth it?

1 comment

eigenhombre超过 4 年前
I use paredit in Emacs, and most Lisp (Clojure) programmers I know use some variant of paredit in either Emacs or IntelliJ; however, I know one programmer who is very productive without paredit, though he does use rainbow parens.<p>All those parens in Lisps take a little getting used to, but to be honest, I miss them when working in any other language, precisely because of the structural editing paredit allows.<p>Also, if you&#x27;re working in Emacs, I recommend trying aggressive-indent mode as well.