Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Code hints can handle Enter key even after they should dismiss #5003

@njx

Description

@njx
  1. Open a JS file in the brackets project
  2. At the top of the file, type foo.
  3. Wait for default guessed code hints to appear
  4. Quickly type a; and hit Enter immediately afterward

Result: you get foo.abort; (or some other guessed code hint beginning with a)
Expected: since you typed ; before hitting Enter, the code hints should have dismissed and not processed it.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions