Skip to content

brunnoferreira/bracket-selection

 
 

Repository files navigation

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

About

Plugin for IntelliJ IDEA to have some custom selection for brackets

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%