Skip to content
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

Auto-complete in debug console/watch view #237

Closed
mojo2012 opened this issue Feb 9, 2018 · 5 comments
Closed

Auto-complete in debug console/watch view #237

mojo2012 opened this issue Feb 9, 2018 · 5 comments
Assignees
Milestone

Comments

@mojo2012
Copy link

mojo2012 commented Feb 9, 2018

When being on a breakpoint, autocomplete in the debug console should work exactly like in the editor.
Also the "watch view" should support autocomplete.
When a called method throws an exception, this should be printed in the debug console as well.

Environment
  • Operating System: macOS 10.12.6 (16G1212)
  • JDK version: 1.8.0_144-b01
  • Visual Studio Code version: 1.20.0 (1.20.0)
  • Java extension version: 0.18.1
  • Java Debugger extension version:0.6.0
Steps To Reproduce
  1. break at a break point
  2. open debug console and start typing a variable name in the scope of the breakpoint and hit ctrl-space.
Current Result

empty auto complete box

Expected Result

same as in editor view

Additional Informations

bildschirmfoto 2018-02-09 um 08 55 00

@akaroml
Copy link
Member

akaroml commented Mar 2, 2018

@yaohaizh is auto-completion possible in the Watch panel and the Debug Console?

@andxu
Copy link
Contributor

andxu commented Mar 4, 2018

I tried js script, Debug Console has the auto-complete feature while Watch panel has not, I added blacklog and will impl it if the voting is high

@yaohaizh yaohaizh changed the title Auto-complete in debug console Auto-complete in watch view Mar 6, 2018
@yaohaizh yaohaizh changed the title Auto-complete in watch view Auto-complete in debug console/watch view Mar 6, 2018
@Baadier-Sydow
Copy link

@andxu How do I vote on this feature?

@andxu
Copy link
Contributor

andxu commented Mar 15, 2018

Click on the emoji above

@yaohaizh
Copy link
Contributor

microsoft/vscode-debugadapter-node#171

VSCode doesn't support auto-complete on the watch view yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants