Skip to content

Commit 1999696

Browse files
authored
Merge pull request #7468 from mikadumont/master
added inline type hints
2 parents f915322 + 0cb7ad1 commit 1999696

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Loading

docs/ide/reference/options-text-editor-csharp-advanced.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Options, Text Editor, C#, Advanced
3-
ms.date: 08/12/2020
3+
ms.date: 11/13/2020
44
ms.topic: reference
55
f1_keywords:
66
- VS.ToolsOptionsPages.Text_Editor.CSharp.Outlining
@@ -128,6 +128,12 @@ Select these check boxes to display dotted vertical lines between the curly brac
128128
When selected, inserts parameter name hints for literals, casted literals, and object instantiations prior to each argument in function calls.
129129

130130
![Inline Parameter Name Hints for CSharp](media/inline-parameter-name-hints-csharp.png)
131+
132+
- Inline Type Hints
133+
134+
When selected, inserts type hints for variables with inferred types and lambda parameter types.
135+
136+
![Inline Type Hints for CSharp](media/inline-type-hints-csharp.png)
131137
::: moniker-end
132138
- Generate XML documentation comments for ///
133139

0 commit comments

Comments
 (0)