spacemacs

Drew Verlee 2022-03-11T20:44:20.395609Z

i'm not getting any form of function documentation through emacs on my cljs shadow app. lsp or cider • cider-doc-lookup: Symbol clojure.core/group-by not resolved • lsp just returns blank any ideas?

practicalli-johnny 2022-03-11T21:07:37.339619Z

My only thought would be a classpath issue or something very unusual with the project dependencies (but that seems unlikely)

Diego Naya 2022-03-11T21:08:10.322079Z

Hi @drewverlee, I assume you have the lastest cider package right?

Drew Verlee 2022-03-11T21:31:42.687969Z

ill check my package version. Sometimes just a restart fixes everything 🙂

👍 1