File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 313
313
"rust-analyzer.inlayHints.enable" : {
314
314
"type" : " boolean" ,
315
315
"default" : true ,
316
- "description" : " Disable all inlay hints"
316
+ "description" : " Whether to show inlay hints"
317
317
},
318
318
"rust-analyzer.inlayHints.typeHints" : {
319
319
"type" : " boolean" ,
320
320
"default" : true ,
321
- "description" : " Whether to show inlay type hints"
321
+ "description" : " Whether to show inlay type hints for variables. "
322
322
},
323
323
"rust-analyzer.inlayHints.chainingHints" : {
324
324
"type" : " boolean" ,
325
325
"default" : true ,
326
- "description" : " Whether to show inlay type hints for method chains"
326
+ "description" : " Whether to show inlay type hints for method chains. "
327
327
},
328
328
"rust-analyzer.inlayHints.parameterHints" : {
329
329
"type" : " boolean" ,
330
330
"default" : true ,
331
- "description" : " Whether to show function parameter name inlay hints at the call site"
331
+ "description" : " Whether to show function parameter name inlay hints at the call site. "
332
332
},
333
333
"rust-analyzer.inlayHints.maxLength" : {
334
334
"type" : [
You can’t perform that action at this time.
0 commit comments