Skip to content

Commit e71430d

Browse files
committed
Removed UI ref for some JS options
1 parent 2f0f2ce commit e71430d

File tree

5 files changed

+23
-117
lines changed

5 files changed

+23
-117
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8123,6 +8123,16 @@
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-formatting.md",
8128+
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/options-text-editor-javascript-formatting",
8129+
"redirect_document_id": false
8130+
},
8131+
{
8132+
"source_path": "docs/ide/reference/options-text-editor-javascript-code-validation.md",
8133+
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/options-text-editor-javascript-code-validation",
8134+
"redirect_document_id": false
8135+
},
81268136
{
81278137
"source_path": "docs/ide/reference/options-text-editor-javascript-intellisense.md",
81288138
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/options-text-editor-javascript-intellisense",

docs/ide/reference/options-text-editor-javascript-code-validation.md

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

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

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

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ title: Introduction to editing for JavaScript developers
33
description: This introduction to the code editor in Visual Studio shows some of the ways that Visual Studio makes writing, navigating, and understanding JavaScript code easier.
44
ms.date: 05/02/2025
55
ms.topic: how-to
6+
f1_keywords:
7+
- "VS.ToolsOptionsPages.Text_Editor.JavaScript.Formatting.Spacing"
8+
- "VS.ToolsOptionsPages.Text_Editor.JavaScript.Formatting.General"
9+
- "VS.ToolsOptionsPages.Text_Editor.JavaScript.Formatting.New_Lines"
10+
- "VS.ToolsOptionsPages.Text_Editor.TypeScript.Formatting.Spacing"
11+
- "VS.ToolsOptionsPages.Text_Editor.TypeScript.Formatting.General"
12+
- "VS.ToolsOptionsPages.Text_Editor.TypeScript.Formatting.New_Lines"
613
author: "mikejo5000"
714
ms.author: "mikejo"
815
manager: mijacobs
@@ -130,6 +137,12 @@ for (var i = 0; i < length; i++) {
130137

131138
You can look at the available code snippets for your language by choosing **Edit** > **IntelliSense** > **Insert Snippet**, and then choosing your language's folder.
132139

140+
## Configure the text editor
141+
142+
You can configure other text editor options for JavaScript and TypeScript by choosing **Tools > Options > Text Editor > JavaScript/TypeScript**.
143+
144+
Available options include properties to control formatting, code validation, and many other aspects of the text editor.
145+
133146
## Related content
134147

135148
- [Code snippets](../ide/code-snippets.md)

docs/toc.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,18 +1006,6 @@
10061006
href: ide/reference/options-text-editor-html-miscellaneous.md
10071007
- name: Validation
10081008
href: ide/reference/options-text-editor-html-validation.md
1009-
- name: JavaScript/TypeScript
1010-
items:
1011-
- name: Code Validation
1012-
href: ide/reference/options-text-editor-javascript-code-validation.md
1013-
- name: Formatting
1014-
href: ide/reference/options-text-editor-javascript-formatting.md
1015-
- name: IntelliSense
1016-
href: ide/reference/options-text-editor-javascript-intellisense.md
1017-
- name: Linting
1018-
href: ide/reference/options-text-editor-javascript-linting.md
1019-
- name: Project
1020-
href: ide/reference/options-text-editor-javascript-project.md
10211009
- name: U-SQL
10221010
items:
10231011
- name: Formatting

0 commit comments

Comments
 (0)