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

Keyboard shortcut to move the cursor to the end of a sexp or data structure

Open gustavo-gneto opened this issue 8 months ago • 4 comments
trafficstars

Is your feature request related to a problem? Please describe. Not problem-related, it is simply a new shortcut to enhance development productivity. In some cases, when there are multiple sexp's or structres (e.g. nested maps), it can get tricky to manually select the form you are looking for. This shortcut would enable users to select a whole form just by placing the cursor at the opening symbol of it (parenthesis, brackets etc...).

Describe the solution you'd like A clear and concise description of what you want to happen. A keyboard shortcut to move the cursor to the end of a sexp, or data structure. Example: place the cursor at the opening parenthesis of a sexp and then hitting the shortcut to move it to the closing parenthesis (same for maps, vectors, lists etc...).

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. Not sure if this fits into the "alternative" category, but this very feature is available in Cursive.

Additional context Add any other context or screenshots about the feature request here.

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