Add settings for single-quotes on completion
This commit is contained in:
parent
0cff752be1
commit
ca1935d6f7
7 changed files with 67 additions and 17 deletions
|
|
@ -464,6 +464,7 @@ void EditorSettings::_load_defaults(Ref<ConfigFile> p_extra_config) {
|
|||
_initial_set("text_editor/completion/callhint_tooltip_offset", Vector2());
|
||||
_initial_set("text_editor/completion/complete_file_paths", true);
|
||||
_initial_set("text_editor/completion/add_type_hints", false);
|
||||
_initial_set("text_editor/completion/use_single_quotes", false);
|
||||
|
||||
// Help
|
||||
_initial_set("text_editor/help/show_help_index", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue