-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand line selection does not select all of wrapped line #21450
Comments
Ran into this as well. I have to resort to disabling line-wrap, selecting, then re-enabling it. |
Also encountered this issue. I think it might be giving me problems when I am cutting and pasting, because I would copy only the non-wrapped part, then paste that instead of the full line. |
Any known workaround for this, except making window wider? |
We can probably expand the selection the while line when users press cmd+i the second time, which means the workflow becomes
|
@rebornix this might work, but if user has multiple selections and the case were one line wraps, but second doesn't -- it might not work as expected. ideally, cmd+i should select whole line, even if it wraps. |
Is there any movement on this issue? I could have sworn that in the past wrapped lines were selected with a single |
+1 for changing this behaviour or adding a setting to control it. Other line actions like |
Steps to Reproduce:
expandLineSelection
command e.g.cmd+i
Expected: all lines in the wrapped line will be selected
Actual: only the current line of the wrapped line is selected
The text was updated successfully, but these errors were encountered: