serayuzgur / crates

crates is an extension aims to help people to manage their dependencies for rust (crates.io & TOML).
https://marketplace.visualstudio.com/items?itemName=serayuzgur.crates
MIT License
238 stars 37 forks source link

About goto docs #192

Open ssrlive opened 1 year ago

ssrlive commented 1 year ago

When we click the goto docs menu item.

image

We will goto https://docs.rs/crate/{name}/{version} link.

image

How about goto this link https://docs.rs/{name}/{version}/{name}/ directly?

image