clojure-lsp / clojure-lsp-intellij

Intellij Plugin for Clojure & ClojureScript development via Language Server (LSP) made in Clojure
https://clojure-lsp.io
MIT License
76 stars 5 forks source link

Double click select does not select clojure elements properly #49

Open mtsbarbosa opened 2 months ago

mtsbarbosa commented 2 months ago

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