You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert

125
126
@@ -205,4 +206,4 @@ Here is a list of editor and productivity features to make writing code more eff
205
206
| Enable navigation to decompiled sources | Allow Go To Definition on types/members from external sources and use the ILSpy decompiler to show method bodies |**Tools** > **Options** > **Text Editor** > **C#** > **Advanced** > **Enable navigation to decompiled sources**|
206
207
| Completion/Suggestion Mode | Changes the completion behavior in IntelliSense. Developers with IntelliJ backgrounds tend to use a non-default setting here. |**Menu** > **Edit** > **IntelliSense** > **Toggle Completion Mode**|
207
208
|[CodeLens](../ide/find-code-changes-and-other-history-with-codelens.md)| Displays code reference information and change history in the editor |**Tools** > **Options** > **Text Editor** > **All Languages** > **CodeLens**|
208
-
|[Code snippets](../ide/visual-csharp-code-snippets.md)| Help stub out common boilerplate code | Type a snippet name and press **Tab** twice. |
209
+
|[Code snippets](../ide/visual-csharp-code-snippets.md)| Help stub out common boilerplate code | Type a snippet name and press **Tab** twice. |
Copy file name to clipboardExpand all lines: docs/msbuild/customize-your-build.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ manager: jillfra
12
12
ms.workload:
13
13
- "multiple"
14
14
---
15
-
# Customize your build (C#, Visual Basic)
15
+
# Customize your build (C#, F#, Visual Basic)
16
16
17
17
MSBuild projects that use the standard build process (importing *Microsoft.Common.props* and *Microsoft.Common.targets*) have several extensibility hooks that you can use to customize your build process.
0 commit comments