Panel view is the default

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk
This commit is contained in:
max
2026-09-08 19:01:50 +02:00
co-authored by Claude Fable 5.1
parent 23d9ba1fc9
commit d61e018348
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,7 +2,7 @@
Find All References results shown the way Visual Studio does it — in two views.
**Editor view** (default) writes the results into a read-only virtual document in the *same language as your
**Editor view** writes the results into a read-only virtual document in the *same language as your
source file*, so your theme colors every line for free — including identifiers, because the semantic tokens
are fetched from the real source files and relocated into the results (see *Semantic tokens* below). File
headers show the containing project
@@ -10,7 +10,7 @@ headers show the containing project
highlighted like search matches; **writes are bold** on the theme's stronger write-occurrence background, the
same colour the editor itself uses for a write.
**Panel view** shows the same results as a table with resizable, sortable columns — Code, File, Line, Kind,
**Panel view** (default) shows the same results as a table with resizable, sortable columns — Code, File, Line, Kind,
Project and Containing member — grouped by file, with a text filter plus filters for reads/writes, project and
test code. By default it docks in the **bottom panel**
alongside Terminal and Problems, where a wide, short table reads best; you can drag it to either side bar,
@@ -74,7 +74,7 @@ with a *Reload Workspace* button, instead of a plain "No references found".
## Settings
- `coloredReferences.view` — which view `Find All References (Colored)` opens: `document` (default) or `panel`
- `coloredReferences.view` — which view `Find All References (Colored)` opens: `panel` (default) or `document`
- `coloredReferences.panelLocation` — where the panel opens: `bottom` (default, docked next to Terminal /
Problems and draggable to a side bar), `beside` (editor group to the side), or `below` (editor group
underneath, so the table is wide and short)
+1 -1
View File
@@ -143,7 +143,7 @@
"A read-only editor pane in the same language as the source, coloured by your theme.",
"A webview panel with resizable, sortable columns and a containing-member column."
],
"default": "document",
"default": "panel",
"description": "Which view Find All References (Colored) opens."
},
"coloredReferences.panelLocation": {