1
Vote

Intellisense shows renamed modules that no longer exist

description

Create python app PythonApplication1
Create empty module1.py
In solution explorer, copy/paste module1.py, you will get module1 - Copy.py
In solution explorer, rename module1 - Copy.py to module2.py
In PythonApplication1, type import
Intellisense will list these:
module1
module1 - Copy
module2

It shouldn't list module1 - Copy because that no longer exists.

comments

Zooba wrote Mar 12 at 8:00 PM

This will probably be resolved with 1055.