vscode-rust-test-adapter icon indicating copy to clipboard operation
vscode-rust-test-adapter copied to clipboard

Jump to the individual test implementation

Open pronebird opened this issue 1 year ago • 2 comments

Hi,

Would it be possible to add a way to navigate to the individual test implementation by clicking on it in the tree, or maybe cmd+click?

Thanks!

pronebird avatar Jul 21 '24 17:07 pronebird

A right click menu option would also be great, or even a little icon next to the test.

robross0606 avatar Mar 18 '25 16:03 robross0606

I hacked something together which jumps to the test in the corresponding file: https://github.com/3vilM33pl3/vscode-rust-test-adapter/

3vilM33pl3 avatar Jun 08 '25 08:06 3vilM33pl3