Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'editors/code/package.json')
-rw-r--r--editors/code/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/code/package.json b/editors/code/package.json
index f508dde4f6..aeb1d97c5f 100644
--- a/editors/code/package.json
+++ b/editors/code/package.json
@@ -1000,6 +1000,11 @@
"default": false,
"type": "boolean"
},
+ "rust-analyzer.inlayHints.expressionAdjustmentHints.postfix": {
+ "markdownDescription": "Whether to show inlay hints for type adjustments as postfix ops (`.*` instead of `*`, etc).",
+ "default": false,
+ "type": "boolean"
+ },
"rust-analyzer.inlayHints.lifetimeElisionHints.enable": {
"markdownDescription": "Whether to show inlay type hints for elided lifetimes in function signatures.",
"default": "never",