Skip to content

Commit a00889b

Browse files
authored
Merge pull request #14344 from Mikejo5000/mikejo-br24
Move or refactor some UI reference articles
2 parents fabfeeb + 266184f commit a00889b

10 files changed

+21
-238
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@
55
"redirect_url": "/visualstudio/msbuild/msbuild",
66
"redirect_document_id": false
77
},
8+
{
9+
"source_path": "docs/ide/reference/options-text-editor-xaml-formatting.md",
10+
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/options-text-editor-xaml-formatting",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "docs/ide/reference/options-text-editor-xaml-miscellaneous.md",
15+
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/options-text-editor-xaml-miscellaneous",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "docs/ide/reference/call-hierarchy.md",
20+
"redirect_url": "/visualstudio/ide/call-hierarchy",
21+
"redirect_document_id": false
22+
},
823
{
924
"source_path": "docs/ide/reference/import-and-export-settings-environment-options-dialog-box.md",
1025
"redirect_url": "/visualstudio/ide/personalizing-the-visual-studio-ide",

docs/get-started/includes/ide-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Some popular features in Visual Studio that improve your productivity when devel
123123
The **Call Hierarchy** window shows the methods that call a selected method. This information can be useful when you're thinking about changing or removing the method, or when you're trying to track down a bug.
124124

125125
::: moniker range="<=vs-2019"
126-
![Screenshot that shows the Call Hierarchy window.](../../ide/reference/media/call-hierarchy-csharp-expanded.png)
126+
![Screenshot that shows the Call Hierarchy window.](../../ide/media/call-hierarchy-csharp-expanded.png)
127127
::: moniker-end
128128
::: moniker range=">=vs-2022"
129129
![Screenshot that shows the Call Hierarchy window.](../media/vs-2022/call-hierarchy-csharp-expanded.png)

docs/ide/reference/call-hierarchy.md renamed to docs/ide/call-hierarchy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ When you select a child member in the **Call Hierarchy** tree view pane:
5252

5353
- The **Call Hierarchy** details pane displays all lines of code in which that child member is called from the parent member.
5454

55-
- The **Code Definition** window, if open, displays the code for the selected member (C++ only). For more information about this window, see [View the structure of code](../../ide/viewing-the-structure-of-code.md).
55+
- The **Code Definition** window, if open, displays the code for the selected member (C++ only). For more information about this window, see [View the structure of code](../ide/viewing-the-structure-of-code.md).
5656

5757
> [!NOTE]
5858
> The **Call Hierarchy** feature does not find method group references, which includes places where a method is added as an event handler or is assigned to a delegate. To find all references to a method, you can use the **Find All References** command.

docs/ide/navigating-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Input method| Steps
154154

155155
## Call Hierarchy
156156

157-
You can view calls to and from a method in the [Call Hierarchy window](../ide/reference/call-hierarchy.md):
157+
You can view calls to and from a method in the [Call Hierarchy window](../ide/call-hierarchy.md):
158158

159159
Input method| Steps
160160
------------ | ---
@@ -184,4 +184,4 @@ You can get info about specific code, like changes and who made the changes, ref
184184
## Related content
185185

186186
- [Features of the code editor](../ide/writing-code-in-the-code-and-text-editor.md)
187-
- [View call hierarchy](../ide/reference/call-hierarchy.md)
187+
- [View call hierarchy](../ide/call-hierarchy.md)

docs/ide/reference/options-text-editor-xaml-formatting.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

docs/ide/reference/options-text-editor-xaml-miscellaneous.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

docs/toc.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -592,6 +592,8 @@
592592
href: ide/adding-visual-studio-editor-support-for-other-languages.md
593593
- name: View the structure of code
594594
href: ide/viewing-the-structure-of-code.md
595+
- name: Call Hierarchy
596+
href: ide/call-hierarchy.md
595597
- name: Use the Task List
596598
href: ide/using-the-task-list.md
597599
- name: Compare files - diff view
@@ -918,8 +920,6 @@
918920
- name: General user interface elements
919921
displayName: Windows and dialogs
920922
items:
921-
- name: Call Hierarchy
922-
href: ide/reference/call-hierarchy.md
923923
- name: Developer Command Prompt & Developer PowerShell
924924
href: ide/reference/command-prompt-powershell.md
925925
- name: Preview Changes
@@ -988,12 +988,6 @@
988988
href: ide/reference/options-text-editor-fsharp-code-fixes.md
989989
- name: IntelliSense
990990
href: ide/reference/options-text-editor-fsharp-intellisense.md
991-
- name: XAML
992-
items:
993-
- name: Formatting
994-
href: ide/reference/options-text-editor-xaml-formatting.md
995-
- name: Miscellaneous
996-
href: ide/reference/options-text-editor-xaml-miscellaneous.md
997991
- name: XML
998992
items:
999993
- name: Formatting

0 commit comments

Comments
 (0)