From d61e0183485d9d7552077590f8c24ccb3f2fc54d Mon Sep 17 00:00:00 2001 From: max Date: Tue, 8 Sep 2026 19:01:50 +0200 Subject: [PATCH] Panel view is the default Co-Authored-By: Claude Fable 5.1 Claude-Session: https://claude.ai/code/session_0169iPWwKHZoBTNN9qwXiwqk --- README.md | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5b922f..435ff4f 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/package.json b/package.json index cb726f0..815f0d7 100644 --- a/package.json +++ b/package.json @@ -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": {