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:

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

Is this the intended behavior?
Environment data
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:

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

Is this the intended behavior?