clojure-lsp-intellij icon indicating copy to clipboard operation
clojure-lsp-intellij copied to clipboard

Double click select does not select clojure elements properly

Open mtsbarbosa opened this issue 1 year ago • 2 comments
trafficstars

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

mtsbarbosa avatar Apr 16 '24 12:04 mtsbarbosa

Depends on https://github.com/clojure-lsp/clojure-lsp/issues/1961

afucher avatar Feb 04 '25 19:02 afucher

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!

gustavo-gneto avatar Mar 12 '25 21:03 gustavo-gneto

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

ericdallo avatar Apr 29 '25 15:04 ericdallo

That's fixed! So updating clojure-lsp-intellij + lsp4ij + using a nightly clojure-lsp (son a release, which should be automatic then) fixes

ericdallo avatar May 02 '25 12:05 ericdallo