Skip to content

Commit 435ea18

Browse files
authored
Update error-list-window.md
1 parent 712d6fd commit 435ea18

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/ide/reference/error-list-window.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ The list on the right side of the toolbar specifies whether to show errors from
6161

6262
Use the **Search Error List** text box on the right side of the **Error List** toolbar to find specific errors in the error list. You can search on any visible column in the error list, and search results are always sorted based on the column that has sort priority instead of on the query or the filter applied. If you choose the **Esc** key while the focus is in the **Error List**, you can clear the search term and filtered search results. You can also click the **X** on the right side of the text box to clear it.
6363

64+
## Search online
65+
66+
To get information about an error, press **F1** to bring up the error's page in the documentation. If a page exists for this specific error code, it will open in the default browser, or in the Help Viewer, if you installed and enabled offline help. With Visual Studio 17.12 and later, when you copy an error from the Error List using **Ctrl**+**C**, the description is copied to the clipboard. You can paste this into the browser to search for the error online, or share it with others. You can also copy the entire row by right-clicking the error and selecting **Copy Row** from the context menu or hitting **Ctrl**+**Shift**+**C**. To open the browser and initiate a search on the error description with one keystroke, press **Ctrl**+**F1**.
67+
6468
## Save
6569

6670
You can copy the error list and save it to a file. Select the errors you want to copy and right-click the selection, then on the context menu select **Copy**. You can then paste the errors into a file. If you paste the errors to an Excel spreadsheet, the fields appear as different columns.
@@ -93,4 +97,4 @@ Displays the line where the problem occurs.
9397

9498
**Details**
9599

96-
Displays a clickable icon to open the [Problem Details window](../../ide/reference/problem-details-window.md) if this entry has additional details.
100+
Displays a clickable icon to open the [Problem Details window](../../ide/reference/problem-details-window.md) if this entry has additional details.

0 commit comments

Comments
 (0)