Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Intellisense not working when iterating over typed collection #1494

Description

This is with the daily download channel:

from typing import List

def f(xs: List[str]):
    for x in xs:
        x.

The string methods are not being suggested after x..

However, they are suggested after xs[0].

Screen Shot 2019-08-28 at 7 42 48 PM

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions