Search code examples
emacsclojurelispclojurescriptcider

Does Cider have live templates like Cursive(IntelliJ IDEA) does?


I'm new to emacs/cider for Clojure development. I could not find a way to create live templates in Cider like I do in IntelliJ IDEA (Cursive plugin).


Solution

  • yasnippet is a general method in emacs for modes to provide "templating". Not that many people that I know using clojure all day use it directly, of the folks i know most of them use it through the clj-refactor emacs package

    https://github.com/clojure-emacs/clj-refactor.el