Fork me on GitHub
#spacemacs
<
2020-10-27
>
jumar05:10:47

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.

jumar06:10:12

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

practicalli-johnny11:10:08

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.