Rust Rover is out of preview and is free for non-commercial use. The only caveat is:
It’s also important to note that if you’re using a non-commercial license, you cannot opt out of the collection of anonymous usage statistics.
Rust Rover is out of preview and is free for non-commercial use. The only caveat is:
It’s also important to note that if you’re using a non-commercial license, you cannot opt out of the collection of anonymous usage statistics.
I use it and it’s okay but man, how long could it take them to separate search results in tests from not in tests.
Last time I think I found a similar issue for vscode or rust-analyzer, and the devs said it requires a lot of rework and will not be done for a while. Now I can’t find that but maybe it is a task that is harder than it looks. It would’ve been a total killer feature for me, though
Ugh yeah that’s infuriating on Github search too. Obviously if I’m searching for some identifier I don’t want 10 pages of results in
/tests
.How hard can it be? Just weight anything with
test
in the file path lower than everything else. Job done.