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 313313 "rust-analyzer.inlayHints.enable" : {
314314 "type" : " boolean" ,
315315 "default" : true ,
316- "description" : " Disable all inlay hints"
316+ "description" : " Whether to show inlay hints"
317317 },
318318 "rust-analyzer.inlayHints.typeHints" : {
319319 "type" : " boolean" ,
320320 "default" : true ,
321- "description" : " Whether to show inlay type hints"
321+ "description" : " Whether to show inlay type hints for variables. "
322322 },
323323 "rust-analyzer.inlayHints.chainingHints" : {
324324 "type" : " boolean" ,
325325 "default" : true ,
326- "description" : " Whether to show inlay type hints for method chains"
326+ "description" : " Whether to show inlay type hints for method chains. "
327327 },
328328 "rust-analyzer.inlayHints.parameterHints" : {
329329 "type" : " boolean" ,
330330 "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. "
332332 },
333333 "rust-analyzer.inlayHints.maxLength" : {
334334 "type" : [
You can’t perform that action at this time.
0 commit comments