1

Resolved

from...import completions should not keep appearing when the user has typed 'as'

description

Completions appear automatically after 'from' and 'import', but after import they keep appearing for each word.

We should suppress automatic completions after 'import' unless the previous token is 'import' or ',', and should not show any completions after 'as'.

comments