-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFix AvailableA PR has been opened for this issueA PR has been opened for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
- VSCode Version: 1.33.1
- OS Version: 10.14.4
Steps to Reproduce:
mkdir testcode --disable-extensions --user-data-dir temp test- 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 issueThe team has roadmapped this issueDomain: LS: Completion ListsThe issue relates to showing completion lists in an editorThe issue relates to showing completion lists in an editorFix AvailableA PR has been opened for this issueA PR has been opened for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript