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
This commit is contained in:
Matthew
2025-03-14 07:41:06 -04:00
committed by GitHub
2 changed files with 12 additions and 0 deletions

View File

@@ -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
---------------------

View File

@@ -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`).