Using the Test Explorer with Rust

Hi there,

I've recently been using other languages (sacrilege, I know! :wink: ) and both Go and Node have fantastic support for the Test Explorer within VSCode. That is, the "Testing" sidebar section which then shows every test within the project and lets you easily run any/all of them direct from there,

I can't work out how to get this to work with Rust, or if it's even possible. It would be hugely useful if it could be, so that I can be editing code in one area and trivially run tests that are related but not in the same area - e.g. integration tests.

Is this possible? And if so, how do I make it work? :slight_smile:

Cheers

Rust-analyzer doesn't currently support the Test Explorer. See

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.