clojure-lsp-intellij
clojure-lsp-intellij copied to clipboard
Double click select does not select clojure elements properly
Is your feature request related to a problem? Please describe. When double clicking a dashed symbol, it selects only the substring between the dashes, instead of the whole symbol, it differs from cursive.
Describe the solution you'd like When double clicking a symbol with dashes, the whole symbol name is selected
Describe alternatives you've considered
Additional context
Depends on https://github.com/clojure-lsp/clojure-lsp/issues/1961
Hey, guys!
Not sure if this is the right place, but after having talked to @ericdallo about a few questions regarding the plugin, I was advised to comment about this new functionality that would be very useful for users: selecting one sexp at once with a keyboard shortcut.
Cursive offers this functionality, as described here.
Please, let me know your thoughts on this, and reach me in case of any questions!
I made the improvement on the server side that was supposed to fix this, but now we are facing a new bug as described here
That's fixed! So updating clojure-lsp-intellij + lsp4ij + using a nightly clojure-lsp (son a release, which should be automatic then) fixes