mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
Merge pull request #12228 from przemek-git/patch-1
Properly link to code regions
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user