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.

Typing quickly in Quick Open (Go to Definition mode) goes to wrong location on Enter key #1855

@peterflynn

Description

@peterflynn
  1. Open a JS file (e.g.: jquery.smart-autocomplete.js)
  2. Press Ctrl+T
  3. Quickly type "keyin" and quickly hit Enter afterward

Result:
Cursor jumps to "_default" or some other function instead of the keyIn function.
Exceptions in console log.

Expected:
If you wait a beat before hitting Enter, it jumps to the correct location.
(Although sometimes the cursor location is still wrong until you hit Enter).

This repros more easily on slower computers that bog down a bit when the editor scroll position is jumping around while typing.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions