spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
jumar 2020-10-27T05:36:47.105100Z

Is there a good way to quickly list (and jump to) public symbols (mostly functions) in the current ns? I frequently use SPC j i but that lists all the functions/symbols, including private ones. There's cider-browse-ns which only shows public symbols but it's harder to use - I need to type in the name of the namespace.

practicalli-john 2020-10-27T11:34:08.105500Z

It would be interesting to have a helm/ivy style completion popup that lists all the functions in the project (or narrowed to a project) and selecting the function jumps to its definition. This would be useful for discovering functions as well as quick navigation. Maybe there is something in the LSP style tools for this.

jumar 2020-10-27T06:01:12.105200Z

For now, I've defined custom shortcut in Keyboard Maestro to do SPC s s defn \