Skip to content

Commit ff9c75d

Browse files
authored
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
2 parents 0b174c6 + 7419a4e commit ff9c75d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

contributing/development/configuring_an_ide/visual_studio.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ by `Microsoft <https://microsoft.com>`_ that's free for individual use or non-co
88
It has many useful features, such as memory view, performance view, source
99
control and more.
1010

11+
.. note::
12+
13+
This documentation is for contributions to the game engine, and not using
14+
Visual Studio as a C# editor. To code C# in an external editor, see
15+
:ref:`the C# guide to configure an external editor <doc_c_sharp_setup_external_editor>`.
16+
1117
Importing the project
1218
---------------------
1319

contributing/development/configuring_an_ide/visual_studio_code.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
Visual Studio Code
44
==================
55

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

0 commit comments

Comments
 (0)