Skip to content

No autocomplete/intellisense for new variables created in async functions #140

@DonJayamanne

Description

@DonJayamanne

From @applearound on July 14, 2017 21:18

Environment data

VS Code version: 1.14.1
Python Extension version: 0.6.7
Python Version: 3.6.1
OS and version: Windows 10 Professional 1703

Actual behavior

Define an async function.
Define some variables in the function.
Try to use them below but no autocomplete for them.
And the variables outside the function work fine.

Like:
2017-07-15_05-08-58

Logs

VS Code doesn't show any error logs.

Copied from original issue: DonJayamanne/pythonVSCode#1084

Metadata

Metadata

Assignees

No one assigned

    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