Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upIntellisense shows wrong autocomplete if module names are the same as one from the stdlib #1228
Comments
This comment has been minimized.
This comment has been minimized.
|
This seems very similar to #178 , could they have the same cause? |
brettcannon
added
the
closed-duplicate
label
Mar 28, 2018
This comment has been minimized.
This comment has been minimized.
|
Yep, this would be the same. |
brettcannon
closed this
Mar 28, 2018
brettcannon
changed the title
Intellisense shows wrong autocomplete if module names are the same as builtins
Intellisense shows wrong autocomplete if module names are the same as one from the stdlib
Mar 28, 2018
lock
bot
locked as resolved and limited conversation to collaborators
Jul 11, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.


randomic commentedMar 28, 2018
•
edited
Environment data
Steps to reproduce:
foofoo, create a file named the same as a builtin (or 3rd party library). Sayjson.pyfoo, open a new file insidebar.pyimport json.Actual behavior
No intellisense autocomplete popup appears.
Expected behavior
Intellisense autocomplete popup listing
{} encoder,{} decoder,{} scanner,{} testsand{} toolshould appear.Logs
Output from
Pythonoutput panelNone
Output from
Console window(Help->Developer Tools menu)None