From 35802374acb826751f03dd2180b64e89f467e99d Mon Sep 17 00:00:00 2001 From: Yuri Rubinsky Date: Sun, 12 Mar 2023 10:33:38 +0300 Subject: Add coloring for completion of vector components --- doc/classes/EditorSettings.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes/EditorSettings.xml') diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 83abc963bb..aa3bf3c535 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -858,6 +858,9 @@ If [code]true[/code], code completion will be triggered automatically after [member text_editor/completion/code_complete_delay]. If [code]false[/code], you can still trigger completion manually by pressing [kbd]Ctrl + Space[/kbd] ([kbd]Cmd + Space[/kbd] on macOS). + + If [code]true[/code] enables the coloring for some items in the autocompletion suggestions, like vector components. + If [code]true[/code], provides autocompletion suggestions for file paths in methods such as [code]load()[/code] and [code]preload()[/code]. -- cgit v1.2.3