wangchunsen / vscode-bracket-select

A vscode plugin for select text between brackets
31 stars 18 forks source link

support auto copy the selection #22

Open tjx666 opened 1 year ago

tjx666 commented 1 year ago

I find most of time when I select the content in bracket, I will also copy the content. It would be convinient to support auto copy the selection. Maybe we should provide an option to toggle enable this.

@jhasse