Browse Source

Merge pull request #10761 from Calinou/configuring-an-ide-csharp

Link to C# external editor documentation in Visual Studio and VS Code Configuring an IDE
Matthew 4 months ago
parent
commit
ff9c75d5fc

+ 6 - 0
contributing/development/configuring_an_ide/visual_studio.rst

@@ -8,6 +8,12 @@ by `Microsoft <https://microsoft.com>`_ that's free for individual use or non-co
 It has many useful features, such as memory view, performance view, source
 control and more.
 
+.. note::
+
+    This documentation is for contributions to the game engine, and not using
+    Visual Studio as a C# editor. To code C# in an external editor, see
+    :ref:`the C# guide to configure an external editor <doc_c_sharp_setup_external_editor>`.
+
 Importing the project
 ---------------------
 

+ 6 - 0
contributing/development/configuring_an_ide/visual_studio_code.rst

@@ -3,6 +3,12 @@
 Visual Studio Code
 ==================
 
+.. note::
+
+    This documentation is for contributions to the game engine, and not using
+    Visual Studio Code as a C# or GDScript editor. To code C# or GDScript in an external editor, see
+    :ref:`the C# guide to configure an external editor <doc_c_sharp_setup_external_editor>`.
+
 `Visual Studio Code <https://code.visualstudio.com>`_ is a free cross-platform code editor
 by `Microsoft <https://microsoft.com>`_ (not to be confused with :ref:`doc_configuring_an_ide_vs`).