diff options
| author | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-12-01 16:16:46 +0330 |
|---|---|---|
| committer | hkalbasi <hamidrezakalbasi@protonmail.com> | 2023-12-01 16:16:46 +0330 |
| commit | 4d55cac466291a2781aea2abb50f76881417e2d7 (patch) | |
| tree | 0ff6b755a5319a324f34bac59621e512073b3981 /editors/code | |
| parent | 56abc0a29c3fa541f6f4294d0908bb2b86e8071b (diff) | |
| download | rust-4d55cac466291a2781aea2abb50f76881417e2d7.tar.gz rust-4d55cac466291a2781aea2abb50f76881417e2d7.zip | |
Initial support for implicit drop inlay hint
Diffstat (limited to 'editors/code')
| -rw-r--r-- | editors/code/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index c43f2b964fd..cfaf4213277 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -1264,6 +1264,11 @@ "Show prefix or postfix depending on which uses less parenthesis, preferring postfix." ] }, + "rust-analyzer.inlayHints.implicitDrops.enable": { + "markdownDescription": "Whether to show implicit drop hints.", + "default": false, + "type": "boolean" + }, "rust-analyzer.inlayHints.lifetimeElisionHints.enable": { "markdownDescription": "Whether to show inlay type hints for elided lifetimes in function signatures.", "default": "never", |
