Skip to content

Commit 2f0f2ce

Browse files
committed
Removed UI ref for JS IntelliSense
1 parent 306aa13 commit 2f0f2ce

File tree

3 files changed

+15
-36
lines changed

3 files changed

+15
-36
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8123,6 +8123,11 @@
81238123
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/file-properties-javascript",
81248124
"redirect_document_id": false
81258125
},
8126+
{
8127+
"source_path": "docs/ide/reference/options-text-editor-javascript-intellisense.md",
8128+
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/options-text-editor-javascript-intellisense",
8129+
"redirect_document_id": false
8130+
},
81268131
{
81278132
"source_path": "docs/ide/reference/options-text-editor-javascript-project.md",
81288133
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/options-text-editor-javascript-project",

docs/ide/javascript-intellisense.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ description: Learn how Visual Studio delivers richer IntelliSense, support for m
44
ms.date: 02/21/2023
55
ms.topic: conceptual
66
ms.subservice: javascript-typescript
7+
f1_keywords:
8+
- "VS.ToolsOptionsPages.Text_Editor.JavaScript.Intellisense.References"
9+
- "VS.ToolsOptionsPages.Text_Editor.JavaScript.Intellisense.General"
10+
- "VS.ToolsOptionsPages.Text_Editor.TypeScript.IntelliSense.General"
711
helpviewer_keywords:
812
- IntelliSense [JavaScript]
913
- <reference> JavaScript XML tag
@@ -121,6 +125,12 @@ By default, the language service tries to detect which JavaScript libraries are
121125
122126
Currently, auto-detection works for dependencies downloaded from npm (by reading the *package.json* file), Bower (by reading the *bower.json* file), and for loose files in your project that match a list of roughly the top 400 most popular JavaScript libraries. For example, if you have *jquery-1.10.min.js* in your project, the file *jquery.d.ts* will be fetched and loaded in order to provide a better editing experience. This *.d.ts* file will have no impact on your project.
123127

128+
## Configure IntelliSense
129+
130+
You can use change the behavior of IntelliSense statement completion by selecting **Tools > Options > Text Editor > JavaScript/TypeScript > IntelliSense > General**.
131+
132+
When you select **Only use Tab or Enter to commit**, the JavaScript code editor appends statements with items selected in the completion list only after you choose the **Tab** or **Enter** key. When you deselect this check box, other characters – such as a period, comma, colon, open parenthesis, and open brace ({) – can also append statements with the selected items.
133+
124134
## Related content
125135

126136
- [Using IntelliSense](../ide/using-intellisense.md)

docs/ide/reference/options-text-editor-javascript-intellisense.md

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

0 commit comments

Comments
 (0)