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.

  • @[email protected]
    link
    fedilink
    38 days ago

    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.

    • @[email protected]
      link
      fedilink
      -28 days ago

      You two bring shame to the programming community.
      Just ripgrep cargo expanded output for f**** sake.

          • @[email protected]
            link
            fedilink
            16 days ago

            I know what both of those are and how to use them. But they are entirely relevant to the thread. Did you comment in the wrong place?

            • @[email protected]
              link
              fedilink
              06 days ago

              Not sure how what I write is this confusing to you.

              • Tests don’t necessarily live in paths containing test.
              • Code in paths containing test is not necessarily all tests.
              • cargo expand gives you options for correctly and coherently expanding Rust code, and doesn’t expand tests by default.
              • rg was half a joke since it’s Rust’s grep. You can just pipe cargo expand [OPTIONS] [ITEM] output to vim '+set ft=rust' - or bat --filename t.rs and search from there.
              • @[email protected]
                link
                fedilink
                14 days ago

                Ok cool but how does that help when I’m searching a non-Rust project via the GitHub web search interface? I don’t know why I’d want to search cargo expand output anyway. Using that just to avoid searching tests is a super ugly hack.

                • @[email protected]
                  link
                  fedilink
                  14 days ago

                  how does that help when I’m searching a non-Rust project via the GitHub web search interface

                  Fair.
                  But you are writing a comment under a topic regarding a Rust-flavored IDE, posted to a Rust community. With neither the IDE nor Rust involved, your quoted problem statement is 100% off-topic.

              • @[email protected]
                link
                fedilink
                26 days ago

                You’re not smart. You’re not special. Nobody is giving you a medal because you know a workaround to a developer not implementing a feature request after five years, especially when said feature IS ALREADY IMPLEMENTED in a different language in the same IDE.

                So again, what does your response have to do with how an IDE works? Nothing. It has nothing to do with it, you’re posting purely to jerk yourself off.

                • @[email protected]
                  link
                  fedilink
                  -1
                  edit-2
                  6 days ago

                  My post was a showcase of why there is no substitute for knowing your tools properly, and how when you know them properly, you will never have to wait for 5 minutes, let alone 5 years, for anything, because you never used or needed to use an IDE anyway.

                  This applies universally. No minimum smartness or specialness scores required.

                  • @[email protected]
                    link
                    fedilink
                    26 days ago

                    This type of reductive horseshit has no place anywhere.

                    “I have a criticism of this piece of software because it does not have this functionality.”

                    “WELL JUST USE A DIFFERENT TOOL!”

                    Yeah, no shit. This isn’t about using a different tool now is it?

                    You reek of basement-ass teenager that’s never actually had to use shit for a living. If you’re somehow actually a grown adult I pity your coworkers, who are all likely sick of your garbage-tier attitude.