Skip to content

Suggestions not accepted when using commit characters #31244

Closed
@OliverJAsh

Description

@OliverJAsh
  • VSCode Version: 1.33.1
  • OS Version: 10.14.4

Steps to Reproduce:

  1. mkdir test
  2. code --disable-extensions --user-data-dir temp test
  3. Create new JS file
const mySpecialVar = 1;
const foo = mySpec<cursor>

When suggestions appear, press ; (commit character).

Expected: suggestion is accepted + ; is inserted.
Actual: ; is inserted.

OTOH, this does work as expected:

const mySpecialVar = 1;
const foo = 1 + mySpec<cursor>

Does this issue occur when all extensions are disabled?: Yes/No

Metadata

Metadata

Assignees

Labels

CommittedThe team has roadmapped this issueDomain: Completion ListsThe issue relates to showing completion lists in an editorFix AvailableA PR has been opened for this issueSuggestionAn idea for TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions