Skip to content

Debug console autocompletion not working #3282

@darrickyee

Description

@darrickyee

Environment data

  • VS Code version: 1.28.2
  • Extension version (available under the Extensions sidebar): 2018.10.0
  • OS and version: Windows 7
  • Python version (& distribution if applicable, e.g. Anaconda): 3.7.0
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): N/A

Actual behavior

Autocompletion in the debug console console doesn't seem to work on anything except the first name typed.

Autocomplete works when an object is the first thing typed:
debug1

No autocompletion if the same object is on the other side of an assignment, passed as a parameter, or even just enclosed in brackets:
debug2

Is this the intended behavior?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-debuggingbugIssue 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