This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2024-04-23
Channels
- # aws (38)
- # babashka (3)
- # beginners (27)
- # calva (47)
- # clj-otel (14)
- # clojure (90)
- # clojure-brasil (9)
- # clojure-europe (36)
- # clojure-nl (1)
- # clojure-norway (17)
- # clojure-uk (6)
- # clojurescript (9)
- # docker (1)
- # emacs (8)
- # fulcro (14)
- # funcool (2)
- # graalvm (6)
- # graphql (5)
- # gratitude (1)
- # holy-lambda (11)
- # honeysql (12)
- # lingy (2)
- # malli (4)
- # missionary (3)
- # off-topic (2)
- # overtone (3)
- # pathom (2)
- # pedestal (20)
- # polylith (2)
- # re-frame (2)
- # remote-jobs (1)
- # shadow-cljs (76)
- # testify (4)
does anyone know how to get treemacs always started on startup (I use treemacs-add-and-display-current-project-exclusively
manually on start since I could not make it auto open correctly).
And also lsp-treemacs-symbols
would be good to have on startup if possibile
and as unrelated question, what's a good package to use to just be able to jump easily to any symbol in a project? I bound F5 to imenu-anywhere
which I thought was working fine, but seems to be hit and miss, more often than not it doesn't find symbols in the same project.
I have LSP pretty much everywhere so maybe I should be able to leverage that
https://github.com/jacktasia/dumb-jump is pretty good if you don't want to rely on CIDER.
well I'm surprised there isn't something related to lsp for that
at least I can't find anything
some sort of lsp-goto-symbol
would be probably what I want anyway
https://emacs.stackexchange.com/questions/59212/lsp-mode-find-symbol-or-refs-not-under-point
ah interesting yeah it looks like it's not there