Adding a period . after a word immediately engages the autocomplete, without tab being pressed. Additionally, the word may be changed to a different one (for instance, abc. is autocorrected to AbstractSet.).
This video shows a few examples of the behavior (which can be replicated in a new Pluto notebook):
https://github.com/user-attachments/assets/3ca83d2b-ed93-4c15-b7a8-695fc396989e
I think this behavior is probably unintended. If not, a toggle to disable it would be greatly appreciated!
(My current use case involves a library of macros built on top of FunSQL syntax, so the words I type shouldn't generally be replaced with something that exists in the namespace).
- This issue occurs in Pluto v0.20.22 and later but not in v0.20.21.
- I tested a few other characters, but only
. has this behavior.
Adding a period
.after a word immediately engages the autocomplete, without tab being pressed. Additionally, the word may be changed to a different one (for instance,abc.is autocorrected toAbstractSet.).This video shows a few examples of the behavior (which can be replicated in a new Pluto notebook):
https://github.com/user-attachments/assets/3ca83d2b-ed93-4c15-b7a8-695fc396989e
I think this behavior is probably unintended. If not, a toggle to disable it would be greatly appreciated!
(My current use case involves a library of macros built on top of FunSQL syntax, so the words I type shouldn't generally be replaced with something that exists in the namespace).
.has this behavior.