|
655 | 655 | "type": "string"
|
656 | 656 | }
|
657 | 657 | },
|
| 658 | + "rust-analyzer.highlightRelated.references": { |
| 659 | + "markdownDescription": "Enables highlighting of related references while hovering your mouse above any identifier.", |
| 660 | + "default": true, |
| 661 | + "type": "boolean" |
| 662 | + }, |
| 663 | + "rust-analyzer.highlightRelated.exitPoints": { |
| 664 | + "markdownDescription": "Enables highlighting of all exit points while hovering your mouse above any `return`, `?`, or return type arrow (`->`).", |
| 665 | + "default": true, |
| 666 | + "type": "boolean" |
| 667 | + }, |
| 668 | + "rust-analyzer.highlightRelated.breakPoints": { |
| 669 | + "markdownDescription": "Enables highlighting of related references while hovering your mouse `break`, `loop`, `while`, or `for` keywords.", |
| 670 | + "default": true, |
| 671 | + "type": "boolean" |
| 672 | + }, |
| 673 | + "rust-analyzer.highlightRelated.yieldPoints": { |
| 674 | + "markdownDescription": "Enables highlighting of all break points for a loop or block context while hovering your mouse above any `async` or `await` keywords.", |
| 675 | + "default": true, |
| 676 | + "type": "boolean" |
| 677 | + }, |
658 | 678 | "rust-analyzer.highlighting.strings": {
|
659 | 679 | "markdownDescription": "Use semantic tokens for strings.\n\nIn some editors (e.g. vscode) semantic tokens override other highlighting grammars.\nBy disabling semantic tokens for strings, other grammars can be used to highlight\ntheir contents.",
|
660 | 680 | "default": true,
|
|
881 | 901 | "Search for all symbols kinds"
|
882 | 902 | ]
|
883 | 903 | },
|
884 |
| - "rust-analyzer.highlightRelated.references": { |
885 |
| - "markdownDescription": "Enables highlighting of related references while hovering your mouse above any identifier.", |
886 |
| - "default": true, |
887 |
| - "type": "boolean" |
888 |
| - }, |
889 |
| - "rust-analyzer.highlightRelated.exitPoints": { |
890 |
| - "markdownDescription": "Enables highlighting of all exit points while hovering your mouse above any `return`, `?`, or return type arrow (`->`).", |
891 |
| - "default": true, |
892 |
| - "type": "boolean" |
893 |
| - }, |
894 |
| - "rust-analyzer.highlightRelated.breakPoints": { |
895 |
| - "markdownDescription": "Enables highlighting of related references while hovering your mouse `break`, `loop`, `while`, or `for` keywords.", |
896 |
| - "default": true, |
897 |
| - "type": "boolean" |
898 |
| - }, |
899 |
| - "rust-analyzer.highlightRelated.yieldPoints": { |
900 |
| - "markdownDescription": "Enables highlighting of all break points for a loop or block context while hovering your mouse above any `async` or `await` keywords.", |
901 |
| - "default": true, |
902 |
| - "type": "boolean" |
903 |
| - }, |
904 | 904 | "$generated-end": {}
|
905 | 905 | }
|
906 | 906 | },
|
|
0 commit comments