Skip to content

Commit 1e5e5d1

Browse files
committed
edits
1 parent 0771090 commit 1e5e5d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/javascript/write-and-edit-code.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Close the peeked definition window by choosing the small box with an "x" at the
9494
::: moniker range=">=vs-2022"
9595
## View inlay hints
9696

97-
Inlay hints show additional information about source code that is rendered inline. This is usually used to show inferred types, parameter names, and other implicit information from your code directly in your editor.
97+
Starting in Visual Studio 2022 version 17.12, inlay hints show additional information about source code that is rendered inline. This is usually used to show inferred types, parameter names, and other implicit information from your code directly in your editor.
9898

9999
![Inlay hints](../javascript/media/vs-2022/write-code-inlay-hints.png)
100100

@@ -104,6 +104,8 @@ To configure inlay hints:
104104

105105
1. Go to **Tools > Options > Text Editor > JavaScript/TypeScript > Advanced > General** and configure the inlay hints you want to hide or show.
106106

107+
By default, most of these options are disabled.
108+
107109
::: moniker-end
108110

109111
## Use code snippets

0 commit comments

Comments
 (0)