You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 19:11:41 +00:00
Remove completion triggers for ',' and '(' which may conflict with signature helper
This commit is contained in:
@@ -330,8 +330,6 @@ struct CompletionOptions {
|
||||
triggerCharacters.push_back("$");
|
||||
triggerCharacters.push_back("'");
|
||||
triggerCharacters.push_back("\"");
|
||||
triggerCharacters.push_back("(");
|
||||
triggerCharacters.push_back(",");
|
||||
}
|
||||
|
||||
Dictionary to_json() const {
|
||||
|
||||
Reference in New Issue
Block a user