https://github.com/wikiwong/crate-finder
A VSCode extension that allows you to search for Rust crates without leaving your IDE.
https://github.com/wikiwong/crate-finder
ide rust rust-crates vscode-extension
Last synced: 10 months ago
JSON representation
A VSCode extension that allows you to search for Rust crates without leaving your IDE.
- Host: GitHub
- URL: https://github.com/wikiwong/crate-finder
- Owner: wikiwong
- License: mit
- Created: 2019-08-15T05:46:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:16:17.000Z (over 3 years ago)
- Last Synced: 2025-08-02T16:52:04.506Z (10 months ago)
- Topics: ide, rust, rust-crates, vscode-extension
- Language: JavaScript
- Size: 31.3 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# crate-finder
A VSCode extension intended to be a companion for your Rust development. Discover crates and copy dependencies to your `Cargo.toml` without leaving your editor!
## Features
- Search for Rust crates
- Link to code
- Link to docs
- Easily copy dependencies to your `Cargo.toml`
## Usage
CMD + SHIFT + P: "Find Crate"

Thanks to [@nilslice](https://github.com/nilslice) for the help on this!