diff options
| author | Jake Heinz <jh@discordapp.com> | 2021-11-13 23:12:29 +0000 |
|---|---|---|
| committer | Jake Heinz <jh@discordapp.com> | 2021-11-13 23:12:29 +0000 |
| commit | d3d768de0d8af96b51cdcdadde511028d3b3d87f (patch) | |
| tree | 60a1cd6b25dfbb87808b05fae603ac5f924c9138 /editors/code/package.json | |
| parent | c634615b11f1d67d0e1bcd0d608fe23a04038e88 (diff) | |
| download | rust-d3d768de0d8af96b51cdcdadde511028d3b3d87f.tar.gz rust-d3d768de0d8af96b51cdcdadde511028d3b3d87f.zip | |
inlay hints: add the option to always show constructor inlay hints
Diffstat (limited to 'editors/code/package.json')
| -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 4c718f0b798..888c9dccf33 100644 --- a/editors/code/package.json +++ b/editors/code/package.json @@ -752,6 +752,11 @@ "default": true, "type": "boolean" }, + "rust-analyzer.inlayHints.hideNamedConstructorHints": { + "markdownDescription": "Whether to hide inlay hints for constructors.", + "default": true, + "type": "boolean" + }, "rust-analyzer.joinLines.joinElseIf": { "markdownDescription": "Join lines inserts else between consecutive ifs.", "default": true, |
