You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In typescript:
(Coming from webstorm - I will highlight the difference. How it works there, it is just logical - more gradual expansion)
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, {}),
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
The text was updated successfully, but these errors were encountered:
Hi,
In typescript:
(Coming from webstorm - I will highlight the difference. How it works there, it is just logical - more gradual expansion)
alt+shift+right: also missing the requested
Expect: to select first the whole key
Example: formValue: types.optional(types.frozen, {}),
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
The text was updated successfully, but these errors were encountered: