cargo-script
cargo-script copied to clipboard
How do you deal with lack of autocompletion linting?
VSCode refuses to show autocompletion, even if I set Rust as a language and it recognizes the syntax. I think it’s because it doesn’t recognize it as a Cargo project.
Any way to trick the IDE into doing that? Workarounds?