You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/articles/getting-started-with-vscode-swift.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,12 +44,14 @@ the Command Palette and following the instructions below.
44
44
- For macOS: `CMD + Shift + P`
45
45
- Other platforms: `Ctrl + Shift + P`
46
46
47
+
1. In the command pallette, search for the `Swift: Create New Project...` command.
48
+
2. Choose the type of project you'd like to create from the list of templates.
49
+
47
50

48
51
49
-
1. Choose the type of project you'd like to create from the list of templates.
50
-
2. Choose the directory where the project will be stored.
51
-
3. Give your project a name.
52
-
4. Open the newly created project. You will be prompted to open the project in
52
+
3. Choose the directory where the project will be stored.
53
+
4. Give your project a name.
54
+
5. Open the newly created project. You will be prompted to open the project in
53
55
the current window, a new window, or add it to the current workspace. The
0 commit comments