aronwoost / sublime-expand-region

Like “Expand Selection to Scope”. But better!

Home Page:https://github.com/aronwoost/sublime-expand-region

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple cursor support

MaokaiLin opened this issue · comments

This is a plugin I've been looking for for a loooong time. Thanks a lot!

I am wondering if you could add the multiple cursor support. It shouldn't be that hard. In ExpandRegionCommand class, instead of doing region = self.view.sel()[0], just add a for loop for region in self.view.sel(): and execute the same code.

If this is not clear enough, I am more than happy to do it and submit a pull request.

Thanks again for this plugin!

Thanks for the feedback.

I'll look into it.