Hello, here is the code for testing:
For Each c As Char In "abcd"
Next
d
In the first line after the Next statement, all vb keywords (except If) will not appear In the autocomplete list.
if you leave a blank line after the next statement, everything is normal.