Sublime Forum

Goto anything with # operator ignores words under 3 character

#1

I have noticed that when I use Goto anything with the # modifier (default shortcut of ctrl+;), that it ignores terms that are less than three characters.

So in the following java code…

static int Blah;
static int Bla;
static int Bl;

the third static variable Bl, does not show up in goto anything. Is this intentional? Is this configurable? Is this a Bug?

0 Likes

#2

unconfigurable and I believe intentional

0 Likes

#3

I believe we’ve removed this limitation for the next build.

1 Like

#4

Thanks for the replies!

0 Likes