Sublime Forum

Expand selection problem

#1

I am writing in python and want to expand my selection. But it’s always taking a way to big “jump” , for example here:

def homeostasis_regulation(self, X):

pressing cmd+shift+a it goes: cursor->word->line ->line before column > line after column ---->JUMPS to the whole skript.

That’s strange. Can somebody help?

0 Likes

#2

ST’s “smart expand selection” command is sometimes not soo smart.

You may have more luck with https://packagecontrol.io/packages/ExpandRegion

1 Like

#3

great. thank you :slight_smile:

0 Likes