emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
Toby Worland 2020-06-28T11:59:06.011600Z

From the clj-refactor package, does cljr-rename-symbol work on clojurescript files?

vemv 2020-06-28T15:14:13.011700Z

not, for all ops marked with a * in https://github.com/clojure-emacs/clj-refactor.el/wiki

Toby Worland 2020-06-28T15:15:39.012200Z

Ah, thank you!

zhuxun2 2020-06-28T19:02:07.013100Z

Is there a emacs plugin that can help me find the latest version of any dependencies? Would have been helpful during dep upgrades

zhuxun2 2020-06-28T19:03:57.013900Z

or any quick way to find out which of my deps are outdated

zhuxun2 2020-06-28T19:04:26.014300Z

like yarn upgrade-interactive for node