We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
This issue was moved to microsoft/ptvsd#1000
Sorry, something went wrong.
Closing as the upstream issue has been resolved
No branches or pull requests
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:
![debug1](https://user-images.githubusercontent.com/18172544/48274399-3768eb80-e411-11e8-8de2-efb22f9b8fc1.jpg)
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](https://user-images.githubusercontent.com/18172544/48274484-6a12e400-e411-11e8-9559-50606887aba0.jpg)
Is this the intended behavior?
The text was updated successfully, but these errors were encountered: