Skip to content

Commit

Permalink
Merge pull request #8851 from 31/dev/31/external-editor-cs
Browse files Browse the repository at this point in the history
Update external_editor.rst: point out C# instructions
  • Loading branch information
skyace65 authored Jan 28, 2024
2 parents 67b1795 + 1388882 commit d36fa8e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tutorials/editor/external_editor.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Using an external text editor

This page explains how to code using an external text editor.

.. note::

To code C# in an external editor, see
:ref:`the C# guide to configure an external editor <doc_c_sharp_setup_external_editor>`.

Godot can be used with an external text editor, such as Sublime Text or Visual
Studio Code. Browse to the relevant editor settings:
**Editor > Editor Settings > Text Editor > External**
Expand Down
2 changes: 2 additions & 0 deletions tutorials/scripting/c_sharp/c_sharp_basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ If you are building Godot from source, make sure to follow the steps to enable
.NET support in your build as outlined in the :ref:`doc_compiling_with_dotnet`
page.

.. _doc_c_sharp_setup_external_editor:

Configuring an external editor
------------------------------

Expand Down

0 comments on commit d36fa8e

Please sign in to comment.