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

Continuous hinting should not trigger completer on paste #380

Closed
krassowski opened this issue Oct 1, 2020 · 0 comments · Fixed by #389
Closed

Continuous hinting should not trigger completer on paste #380

krassowski opened this issue Oct 1, 2020 · 0 comments · Fixed by #389
Labels
bug Something isn't working feature:completion

Comments

@krassowski
Copy link
Member

Follow up on #334.

Description

Paste incorrectly triggers completer (when the trigger character is present at the beginning of pasted text but followed with other text and not ending with the trigger character).

Starting with {}:

  • paste . does not currently trigger, but we could support it (low priority)
  • paste .keys() triggers but should not (bug, high priority)
  • paste .keys(). does not currently trigger, but we could support it (low priority)

Reproduce

bug-paste

Expected behavior

Paste does not trigger completion if dot is the trigger character is not the last character.

Context

Master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature:completion
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant