mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
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:
@@ -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
|
||||
---------------------
|
||||
|
||||
|
||||
@@ -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`).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user