vscode-java-debug icon indicating copy to clipboard operation
vscode-java-debug copied to clipboard

Provide "Open type" button in variables' menu

Open CsCherrYY opened this issue 3 years ago • 3 comments
trafficstars

It would be great if we can provide this feature to help us open a type definition of a variable when debugging.

In IntelliJ, the similar feature names Jump To Type Source.

Screenshot 2021-12-21 162341

CsCherrYY avatar Dec 21 '21 08:12 CsCherrYY

I am trying to implement this and some other commands available in Eclipse JDT Debugger. I have forked the repository. However when I try to debug the extension I always run into:

No delegateCommandHandler for vscode.java.startDebugSession

Reloading VSCode does not help as has been indicated elsewhere.

Is the correct way to develop this extension documented here.?

The strong motivation for this for me is that I can truly switch over to VS Code for Java development.

  • All Instances
  • All References
  • Open Actual Type
  • Open Declared Type

sandipchitale avatar Dec 24 '21 19:12 sandipchitale

vscode-java-debug-ext addresses Open Actual Type command.

sandipchitale avatar Dec 25 '21 02:12 sandipchitale

pls see https://github.com/microsoft/vscode-java-debug/blob/main/CONTRIBUTING.md about how to contribute to Java Debugger.

testforstephen avatar Dec 27 '21 02:12 testforstephen