A VS Code extension that enhances selection behavior to mimic IntelliJ's smart selection capabilities, particularly for paired characters (brackets, quotes).
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
A VS Code extension that enhances selection behavior to mimic IntelliJ's smart selection capabilities, particularly for paired characters like brackets and quotes.
Features
Smart selection of content within paired characters:
Brackets: (), [], {}, <>
Quotes: "", '', ````
Bidirectional scanning with nesting awareness
Configurable timing for click detection
Seamless integration with VS Code's selection system
Usage
Double-click near paired characters to select their inner content including the paired chars: