Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Please make the code completion popup closable with ESC #219

Closed
sma opened this issue Apr 15, 2023 · 0 comments · Fixed by #226
Closed

Please make the code completion popup closable with ESC #219

sma opened this issue Apr 15, 2023 · 0 comments · Fixed by #226
Assignees

Comments

@sma
Copy link

sma commented Apr 15, 2023

Please make the (annoying) code completion popup closable with ESC. It seems that the private _onKeyDownRepeat method of CodeController deals with that popup and these additional lines would do the trick:

      if (event.logicalKey == LogicalKeyboardKey.escape) {
        popupController.hide();
        return KeyEventResult.handled;
      }

I'm using version 0.2.15.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
2 participants