Skip to content

No IntelliSense for collections.deque and parse.SplitResult #2345

@chen19901225

Description

@chen19901225

Environment data

  • VS Code version:1.25.1
  • Extension version (available under the Extensions sidebar): python2018.7.1
  • OS and version: ubuntu16.04
  • Python version (& distribution if applicable, e.g. Anaconda): python3.6.5
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv

use python language server with "python.jediEnabled": false, configured.

Actual behavior

import collections
q = collections.deque()
q.

q not show any method for deque

from urllib import parse
parsed_tuple = parse.urlparse("http://www.github.com/aaaa")  
parsed_tuple.

parsed_tuple does not show any suggestion like scheme, netloc.

Metadata

Metadata

Labels

area-intellisenseLSP-related functionality: auto-complete, docstrings, navigation, refactoring, etc.bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions