I’m using the latest 9 beta. What happens is, eg in a Python file, I type
for derp in|
(where | is the cursor)
I get the dropdown of 3 items: input, int, and intern. Those are built-ins.
If I hit space (or tab, as I have configured tab completion) I get ‘input’ completed. That’s annoying.
I think the “real” answer is of course, “break the muscle memory of actually tying your for loops like some kind of animal and use a macro”, but until I can get that wired: is there some way to turn off JUST language keywords?