Skip to content

Commit ddda7d5

Browse files
authored
Merge pull request #13979 from Mikejo5000/mikejo-br24
Update Start window instructions for JS and TS
2 parents f0af34e + 4d18447 commit ddda7d5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/javascript/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
items:
55
- name: JavaScript in Visual Studio
66
href: javascript-in-visual-studio.md
7+
- name: Overview of the Visual Studio IDE
8+
href: quickstart-ide-orientation-js.md
79
- name: Quickstarts
810
items:
9-
- name: First look at the Visual Studio IDE
10-
href: quickstart-ide-orientation-js.md
1111
- name: Create a React project
1212
href: tutorial-create-react-app.md
1313
- name: Create an Angular project

docs/javascript/quickstart-ide-orientation-js.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
2-
title: First look at the Visual Studio IDE
2+
title: Overview of the Visual Studio IDE for JavaScript
33
description: Learn about the Visual Studio integrated development environment (IDE), including the windows, menus, and other UI features most commonly used.
44
titleSuffix: ""
5-
ms.date: 11/03/2023
5+
ms.date: 6/5/2025
66
ms.topic: quickstart
77
author: mikejo5000
88
ms.author: mikejo
99
manager: mijacobs
1010
ms.subservice: javascript-typescript
1111
---
12-
# First look at the Visual Studio IDE
12+
# Overview of the Visual Studio IDE for JavaScript
1313

1414
In this 5-10 minute introduction to the Visual Studio integrated development environment (IDE), we take a tour of some of the windows, menus, and other UI features.
1515

1616
If you haven't installed Visual Studio, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
1717

1818
## Start window
1919

20-
The first thing you see after you launch Visual Studio is the start window. The start window is designed to help you "get to code" faster. It has options to close or check out code, open an existing project or solution, create a new project, or simply open a folder that contains some code files.
20+
The first thing you see after you launch Visual Studio is the start window. The start window is designed to help you "get to code" faster. It has options to close or check out code, open an existing project or solution, create a new project, or simply open a folder that contains some code files. If the start window is not open, choose **File > Start Window** to open it.
2121

2222
::: moniker range=">=vs-2022"
2323
![Screenshot of the start window in Visual Studio 2022.](media/vs-2022/start-window.png)

0 commit comments

Comments
 (0)