Hi,
I’m a Perl programmer and I’m trying to figure out how to change the double-click selection behavior so that it will automatically select not just my variable names, but the sigil prefix too.
So currently, for $varname, double-clicking will select just the text e.g. $varname
Ideally I’d like it to select the prefix too e.g. $varname
Same for @varname, and %varname.
Anyone know of a way to do this?
Thanks
Edit: I’m using Sublime Text 2 btw