agrawal-d/cph

[feature request] creating rust files using cargo new instead of manually to support rust-anayzer completion.

brohithkr opened this issue · 1 comments

Rust-analyzer does not easily support auto-completion for individual files so it would be helpful to use cargo new <problem name> instead of just creating text file with .rs extension.

I have implemented this feature in my fork. I would be happy to open a pr if you want this feature to be implemented.