TheBevyFlock / bevy_cli

A Bevy CLI tool and linter.
https://thebevyflock.github.io/bevy_cli/
Apache License 2.0
46 stars 7 forks source link

Enable fuzzy-searching for dependency crates in VSCode #154

Closed BD103 closed 1 month ago

BD103 commented 1 month ago

This change lets contributors using VSCode to press Ctrl + T to search for dependency types (including rustc!), not just local crate types. (For example, try searching for TyCtxt!)

I believe this is an ergonomic improvement, but it can clutter up and slow down the search results. Let me know if you don't think this is an improvement!

Originally found while browsing Kani's section on working with rustc.

BD103 commented 1 month ago

Thanks for the review!