sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
This guide is intended to give an elementary description of ripgrep and an overview of its capabilities. This guide assumes that ripgrep is installed and that readers have passing familiarity with using command line tools. This also assumes a Unix-like system, although most commands are probably easily translatable to any command line shell environment.
| "rust-analyzer.completion.snippets.custom": { | |
| "Arc::new": { | |
| "body": "Arc::new(${receiver})", | |
| "description": "Put the expression into an `Arc`", | |
| "postfix": "arc", | |
| "requires": "std::sync::Arc", | |
| "scope": "expr" | |
| }, | |
| "Box::pin": { | |
| "body": "Box::pin(${receiver})", |