<!-- Do you have a question instead of a bug report or enhancement request? Please ask it on https://stackoverflow.com/questions/tagged/visual-studio-code+python. Unable to install a linter or formatter? 'No installers available'? Windows - https://stackoverflow.com/questions/4750806/how-do-i-install-pip-on-windows Linux - https://www.cyberciti.biz/faq/debian-ubuntu-centos-rhel-linux-install-pipclient/ , https://www.tecmint.com/install-pip-in-linux/ Python configuration issues? Please check https://code.visualstudio.com/docs/python/python-tutorial#_prerequisites Otherwise **please** fill in the requested details below. "XXX" markers should not be present in the final bug report. If you think a GIF of what is happening would be helpful, consider tools like https://www.cockos.com/licecap/, https://github.com/phw/peek or https://www.screentogif.com/ . --> ## Environment data - VS Code version: 1.25.1 - Extension version (available under the Extensions sidebar): python2018.7.1 - OS and version: windows10 - Python version (& distribution if applicable, e.g. Anaconda): python3.6.5 - Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A with config ` "python.jediEnabled": false` ## Actual behavior ``` from collections import namedtuple RequestStartLine = namedtuple("RequestStartLine", "method path version".split()) start_line = RequestStartLine("GET", "/query", "HTTP/1.1") print(start_line) start_line. # <- no suggestion ```
Environment data
with config
"python.jediEnabled": falseActual behavior