windwp / vscode-expand-region

porting sublime-expand-region to visual code
GNU General Public License v3.0
57 stars 23 forks source link

Option to skip expanding sub words #31

Open Radivarig opened 4 years ago

Radivarig commented 4 years ago

I'd like to be able to have full word selected on first expansion without stopping on capital letters. For example, this happens with multicursors:

# `()` cursor location , `(` selection start, `)` selection end
s()omeVarWithMoreWords
s()inglename

# apply expand
(some)VarWithMoreWords
(singlename)