-
-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Description
Pair Selecting in cond
Overview
Calva should support smart pair selection in cond, allowing you to select entire test/expression pairs with a single selection operation.
(cond
test1 expr1 ; entire pair selected together
test2 expr2 ; entire pair selected together
test3 expr3) ; entire pair selected togetherHow It Works
When your cursor is positioned on either element of a pair:
- Selecting expands to include both the test and expression
- Grow selection considers the pair as a single logical unit
- This pairs behavior is consistent with existing support for
letbindings
Related Features
This feature complements existing pair selection
Benefits
- Faster navigation and editing of conditional logic
- Consistent editing across related pairs
- Improved code refactoring workflow
Metadata
Metadata
Assignees
Labels
No labels