@@ -67,7 +67,7 @@ external IDE or editor, such as `Visual Studio Code <https://code.visualstudio.
67
67
or MonoDevelop. These provide autocompletion, debugging, and other
68
68
useful features for C#. To select an external editor in Godot,
69
69
click on **Editor → Editor Settings ** and scroll down to
70
- **Mono **. Under **Mono **, click on **Editor **, and select your
70
+ **Dotnet **. Under **Dotnet **, click on **Editor **, and select your
71
71
external editor of choice. Godot currently supports the following
72
72
external editors:
73
73
@@ -88,7 +88,7 @@ After reading the "Prerequisites" section, you can download and install
88
88
89
89
In Godot's **Editor → Editor Settings ** menu:
90
90
91
- - Set **Mono ** -> **Editor ** -> **External Editor ** to **JetBrains Rider **.
91
+ - Set **Dotnet ** -> **Editor ** -> **External Editor ** to **JetBrains Rider **.
92
92
93
93
In Rider:
94
94
@@ -103,7 +103,7 @@ After reading the "Prerequisites" section, you can download and install
103
103
104
104
In Godot's **Editor → Editor Settings ** menu:
105
105
106
- - Set **Mono ** -> **Editor ** -> **External Editor ** to **Visual Studio Code **.
106
+ - Set **Dotnet ** -> **Editor ** -> **External Editor ** to **Visual Studio Code **.
107
107
108
108
In Visual Studio Code:
109
109
@@ -139,7 +139,7 @@ While installing Visual Studio, select these workloads:
139
139
140
140
In Godot's **Editor → Editor Settings ** menu:
141
141
142
- - Set **Mono ** -> **Editor ** -> **External Editor ** to **Visual Studio **.
142
+ - Set **Dotnet ** -> **Editor ** -> **External Editor ** to **Visual Studio **.
143
143
144
144
Next, you can download the Godot Visual Studio extension from github
145
145
`here <https://github.com/godotengine/godot-csharp-visualstudio/releases >`__.
0 commit comments