Selaa lähdekoodia

Merge pull request #2259 from puchik/c#-external-editor-edit

C# external editor guide rewrite
Rémi Verschelde 6 vuotta sitten
vanhempi
commit
ee40ecc00d
1 muutettua tiedostoa jossa 7 lisäystä ja 8 poistoa
  1. 7 8
      getting_started/scripting/c_sharp/c_sharp_basics.rst

+ 7 - 8
getting_started/scripting/c_sharp/c_sharp_basics.rst

@@ -76,14 +76,13 @@ on your operating system) **and** the Mono-enabled version of Godot.
 Configuring an external editor
 ------------------------------
 
-While Godot has its own script editor, its support for C# is kept
-minimal; it's recommended that you use an external IDE or editor
-instead, such as `Visual Studio Code <https://code.visualstudio.com/>`_
-or MonoDevelop. These provide auto-completion, debugging and other features
-useful when working with C#. To set it up in Godot, click on
-**Editor → Editor Settings** and scroll down to the bottom to the
-**Mono** settings. Under **Mono**, click on **Editor** then choose
-your external editor of choice.
+C# support in Godot's script editor is minimal. Consider using an
+external IDE or editor, such as  `Visual Studio Code <https://code.visualstudio.com/>`_
+or MonoDevelop. These provide autocompletion, debugging, and other
+useful features for C#. To select an external editor in Godot, 
+click on **Editor → Editor Settings** and scroll down to
+**Mono**. Under **Mono**, click on **Editor**, and select your 
+external editor of choice.
 
 .. note:: If you are using Visual Studio Code, ensure you download and install
           the `C# extension <https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp>`_