deeb25a2| 1 | [[code_navigation.presets]] |
| 2 | id = "peers_only" |
| 3 | include_kinds = ["partial_peer", "project_peer"] |
| 4 | |
| 5 | [[code_navigation.presets]] |
| 6 | id = "no_namespace_noise" |
| 7 | exclude_kinds = ["same_namespace", "same_directory"] |
| 8 | |
| 9 | [[code_navigation.presets]] |
| 10 | id = "tests_and_peers" |
| 11 | include_kinds = ["partial_peer", "project_peer", "test_counterpart"] |
| 12 | |
| 13 | [[code_navigation.presets]] |
| 14 | id = "structure_only" |
| 15 | include_kinds = ["partial_peer", "project_peer", "xaml_codebehind_pair", "same_directory"] |
| 16 | |
View only · write via MCP/CIDE