windwp / vscode-expand-region

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

Functionality request #16

Open lishine opened 6 years ago

lishine commented 6 years ago

Hi,

In typescript: (Coming from webstorm - I will highlight the difference. How it works there, it is just logical - more gradual expansion)

  1. Trying to select the value with punctuation, it select only the key+value together alt+shift+right: also missing the requested Expect: to select first the whole key Example: formValue: types.optional(types.frozen, {}),
  2. After selecting one part of this statement, it selects then a few lines. alt+shift+right: after selecting one part selects one line. Expect: to select two parts, 3 parts etc, a line Example: const setFormRef = (formRef:object) => self.s({ formRef })

I will appreciate your consideration...

Edit: also great if was an option to disable camel case selection inside words