#Windsurf Cascade clojure symbol searching example
1 messages · Page 1 of 1 (latest)
Okay, I will make a thread out of this. To search: -main
Do you have extension called 'Calva' installed?
like this?
yes!
and i have clojure-lsp active
when i do cmd+p and type #
i get proper symbol discovery
but that doesnt translate to cascade's @ (where it wouldnt show me for example cli-options)
That's because in cascade you're dealing with line numbers usually, not necessarily symbols
well in js, ts and other lands, it does offer me option to select symbols from @