You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Expected behavior
Paste does not trigger completion if dot is the trigger character is not the last character.
Context
Master
The text was updated successfully, but these errors were encountered:
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
{}
:.
does not currently trigger, but we could support it (low priority).keys()
triggers but should not (bug, high priority).keys().
does not currently trigger, but we could support it (low priority)Reproduce
Expected behavior
Paste does not trigger completion if dot is the trigger character is not the last character.
Context
Master
The text was updated successfully, but these errors were encountered: