Vscode-java-debug: Auto-complete in debug console/watch view

Created on 9 Feb 2018  路  5Comments  路  Source: microsoft/vscode-java-debug

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

enhancement backlog

Most helpful comment

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

All 5 comments

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

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

@andxu How do I vote on this feature?

Click on the emoji above

https://github.com/Microsoft/vscode-debugadapter-node/issues/171

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Urastor picture Urastor  路  4Comments

AlexMAS picture AlexMAS  路  5Comments

James-Oswald picture James-Oswald  路  3Comments

PG-practice picture PG-practice  路  3Comments

bsaby picture bsaby  路  8Comments