Skip to content

Backspace triggering completion proposals can be confusing #19238

@chrmarti

Description

@chrmarti
  • VSCode Version: Code - Insiders 1.9.0-insider (4265f5e, 2017-01-24T10:29:13.076Z)
  • OS Version: Darwin x64 15.6.0
  • Extensions: None

Steps to Reproduce:

  1. Open empty html file
  2. Type: foo<space>f<enter>
  3. Completes to: foo<space>foo<caret>
  4. Assume <enter> was meant to start a new line
  5. Therefore type: <backspace><backspace><enter>
  6. Expected: foo<space>f<newline><caret>
  7. Actual (again): foo<space>foo<caret>

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugsuggestIntelliSense, Auto CompleteverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions