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

Hi ! I want a summary about the crate when hovering a new icon close √ #186

Open weykon opened 1 year ago

weykon commented 1 year ago

I am a new player of rust. I was always frustrated with some unknown Crates which are new to me.

I want an icon when I am hover it can appear as a float viewing the summary about the crate, and the icon beside the ✅.

If you are busy, I want to try for this extension to add this feature ...

any advise !~

thanks !

serayuzgur commented 1 year ago

Hi @weykon summary ? Do you mean description text from docs.rs or desc from crates.io ? Can you please provide some details

weykon commented 1 year ago

yes, description text from docs.rs or creates.io .

It should need an option switch to determine whether to enable this function, because for some experienced person who use the Rust ecology, they may not like to see this function?

This feature is more friendly to some novices. I am a novice in Rust. When I read the source code of some other projects, I always need to check the dependent libraries of the project one by one to understand the code better. This process is cumbersome and requires constant jumping between browsers.

If you agree with this feature, could you give me some hints and time, such as a day or two, I am happy to try to open PR