Skip to content

Shift+home/end now go to the end of the selection start's line, not the selection's end #17011

@Tyriar

Description

@Tyriar
  • VSCode Version: Code - Insiders 1.8.0-insider (40243d1, 2016-12-09T12:05:39.439Z)
  • OS Version: Linux x64 4.8.0-28-generic
  • Extensions:
Extension Author Version
EditorConfig EditorConfig 0.3.4
lorem-ipsum Tyriar 1.0.0
sort-lines Tyriar 1.1.0
theme-glacier Tyriar 0.0.10
vscode-svgviewer cssho 1.2.0
vscode-eslint dbaeumer 1.1.0
tslint eg2 0.7.1
git-project-manager felipecaputo 1.0.0
Theme-Wombat gerane 0.0.2
md-navigate jrieken 0.0.1
vscode-scss mrmlnc 0.6.0
typescript-javascript-grammar ms-vscode 0.0.11
sass-indented robinbentley 1.2.1
dark-plus-material vangware 0.1.4

Steps to Reproduce:

  1. Create an untitled file and add content:

    foo
    bar
    
  2. Put the cursor after the f

  3. Hold shift, press down and then end, the selection should be oo\nbar

  4. Hold shift, press home, the selection should be oo\n but it is f because the select went to the start of the wrong line.

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bugcandidateIssue identified as probable candidate for fixing in the next releaseimportantIssue identified as high-priorityverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions