Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Inline completer and tab completer are sometimes invoked simultaneously #16358

Open
krassowski opened this issue May 22, 2024 · 0 comments
Open

Comments

@krassowski
Copy link
Member

Description

It is possible to trigger both the inline completer and tab completer at the same time:

Screenshot from 2024-05-22 12-38-32

Reproduce

  1. Go "Settings" → "Code Completion" → check "Enable autocompletion'.
  2. Go to "Settings" → "Inline Completer" → "History provider" → check "Enabled"
  3. Try to complete a common prefix of history and kernel variables
  4. See both show up

Expected behavior

  • one of the completers takes precedence
  • (maybe) the precedence is user-configurable

Context

  • JupyterLab version: 4.2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants