-
Notifications
You must be signed in to change notification settings - Fork 29.3k
New issue
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
Does the watch view support auto completions? #48810
Comments
Please file UI issues against the VS Code repository. |
For this the watch expression input box would have to be an editor. Backlog |
Assigning to may to investigate what would it take that the watch input is an editor |
Willl not happen in august moving out to on deck. Andre move back to an appropraite milestone when needed. |
Can this issue be considered for implementation please? |
Hi @roblourens, would you review a PR to fix this issue if one were submitted? |
This feature is very important, as all modern browsers support this feature in there debugging dev tools, can you please add this feature as it is still not implemented? |
Any updates? |
From @yaohaizh on April 8, 2018 14:37
In the debug view, the auto completions is supported in the debug console, but it doesn't support in the watch view when typing expression for evaluation.
Copied from original issue: microsoft/vscode-debugadapter-node#171
The text was updated successfully, but these errors were encountered: