Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 859 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 859 Bytes

Bracket Selection

IntelliJ IDEA plugin for selecting content between brackets.
https://plugins.jetbrains.com/plugin/11322-bracket-selection

There are three possibilities:

  • Select everything from the first found opening brace to the matching closing brace (default mouse shortcut: alt button1 doubleclick or hold alt -> double left click anywhere in between brackets in human terms)
    everything
  • Select everything from the first found opening brace to current cursor (not bound by default)
    opening
  • Select everything from the current cursor to to the first found closing brace (not bound by default)
    closing

Contribute

Setup

git clone <repo_url>
cd <repo_dir>
./gradlew idea