You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
lockbot
locked as resolved and limited conversation to collaborators
Jul 11, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment data
Steps to reproduce:
foo
foo
, create a file named the same as a builtin (or 3rd party library). Sayjson.py
foo
, open a new file insidebar.py
import json.
Actual behavior
No intellisense autocomplete popup appears.
Expected behavior
Intellisense autocomplete popup listing
{} encoder
,{} decoder
,{} scanner
,{} tests
and{} tool
should appear.Logs
Output from
Python
output panelNone
Output from
Console window
(Help->Developer Tools menu)None
The text was updated successfully, but these errors were encountered: