-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Does the watch view support auto completions? #48810
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
Comments
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? |
Its 2025 now and this is (unfortunately) still in the backlog (The original issue microsoft/vscode-debugadapter-node#171 is from 2018). (I don't know how complicated the implementation would be, my dream solution would be the way Jetbrains handles it, in their tools every input/text (from the debugger to code navigation) is like a the main text editor with autocomplete, syntax highlighting and multicursor support) |
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: