Open pcgeek86 opened 2 months ago
I can't get the extension to generate some Rust code from a comment.
cargo new blah
main.rs
// Create a function that creates 10 random text files and uploads them to an Amazon S3 bucket
CodeGPT: Get code from comments
Create a comment and leave the cursor at the end of the comment line
Summary
I can't get the extension to generate some Rust code from a comment.
Repro Steps
cargo new blah
main.rs
and add a line comment// Create a function that creates 10 random text files and uploads them to an Amazon S3 bucket
CodeGPT: Get code from comments
command