中文文档

summary

cargo-ws is light-weight cargo plugin. It can generate vscode code-workspace file. Then you can view file that be opened, like Jetbrains Idea.

install

bash cargo install cargo-ws

generate vscode workspace file

bash cargo new foo cd foo cargo check cargo ws

show

image