Describe the bug
Everything from all files appears to be scanned, and they are all suggested for autocomplete.
To reproduce
For example, if you define:
def my_useful_function(x, y):
return x + y
in one file, it is suggested everywhere even if that module is not imported:
