Merge pull request #12228 from przemek-git/patch-1

Properly link to code regions
This commit is contained in:
Matthew
2026-08-03 18:28:49 -04:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -270,7 +270,7 @@ The **Edit** menu provides several options for line operations:
- **Fold All Lines**: Folds all code blocks or code regions in the open document.
- **Unfold All Lines**: Unfolds all code blocks and code regions in the open document.
- **Create Code Region***: Wraps the selected text in a foldable code region to improve
the readability of larger scripts. See :ref:`doc_gdscript_builtin_types` for more.
the readability of larger scripts. See :ref:`doc_gdscript_code_regions` for more.
- **Completion Query**: Suggests from built-in or user created symbols to auto-complete the
partially written code. :kbd:`Up` and :kbd:`Down` arrows navigate up and down, pressing

View File

@@ -592,6 +592,8 @@ of a file. Dedicated formatting options are also available. See
## This comment will appear in the inspector tooltip, and in the documentation.
@export var exported_value
.. _doc_gdscript_code_regions:
Code regions
------------