cargo-snippet icon indicating copy to clipboard operation
cargo-snippet copied to clipboard

A snippet extrator for competitive programmers

Results 4 cargo-snippet issues
Sort by recently updated
recently updated
newest added

https://code.visualstudio.com/docs/editor/userdefinedsnippets VScode's snippet has a description field and it would be good to support generate description field by `cargo-snippet`. Maybe generating a description from doc comment would be good.

enhancement
good first issue

would be good

enhancement
help wanted
good first issue

https://github.com/hatoo/cargo-snippet/pull/18#issuecomment-615835448 We are printing doc attribute as `///` using text processing. #14 However, there is an option in rustfmt, [normalize_doc_attributes](https://github.com/rust-lang/rustfmt/blob/master/Configurations.md#normalize_doc_attributes) but it's not stable. It's good to use this option...

マクロをsnippetとして定義したりsnippet内で使用したりするとスニペット出力時に改行が無くなってしまうようなのですが、これは設定で変更したりできますか?

help wanted