From a371d925e2957c2dd7adf9722a803e7bf7fba4e1 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 6 Dec 2024 09:47:22 -0500 Subject: [PATCH] Add `ui.view.symbols.hideExternalSymbols` to user docs --- docs/guide/settings.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide/settings.md b/docs/guide/settings.md index d39dbec92..f7afbdcb6 100644 --- a/docs/guide/settings.md +++ b/docs/guide/settings.md @@ -484,6 +484,7 @@ All settings are uniquely identified with an identifier string. Identifiers are |ui|Display Raw Symbol Name|Display the original, unaltered name of a symbol as extracted from a load file. The name may be mangled.|`boolean`|`False`|[`SettingsUserScope`]|ui.view.symbols.displayRawNames| |ui|Display Short Symbol Name|Display a shortened version of the full, human-readable representation of the symbol name.|`boolean`|`False`|[`SettingsUserScope`]|ui.view.symbols.displayShortNames| |ui|Hide Auto Symbols|Hide all symbols that are not explicitly defined by a user.|`boolean`|`False`|[`SettingsUserScope`]|ui.view.symbols.hideAutoSymbols| +|ui|Hide External Symbols|Hide all external symbols in the symbols view.|`boolean`|`False`|[`SettingsUserScope`]| ui.view.symbols.hideExternalSymbols | |ui|Symbols Hierarchy Mode|Enables hierarchical organization of symbols in the UI.|`boolean`|`True`|[`SettingsUserScope`]|ui.view.symbols.hierarchyMode| |ui|Seamless Navigation|Enables uninterrupted navigation on item selection without losing focus.|`boolean`|`False`|[`SettingsUserScope`]|ui.view.symbols.seamlessNavigation| |ui|Show Exported Data Variables|Show exported data variables in the symbols view.|`boolean`|`False`|[`SettingsUserScope`]|ui.view.symbols.showExportedDataVariables|