godot/modules/gdscript/tests/scripts/completion/common
Rémi Verschelde ebc36a7225
Merge pull request #107717 from aaronfranke/abstract-annotation
GDScript: Replace `abstract` keyword with `@abstract` annotation
2025-06-27 17:12:56 +02:00
..
identifiers_in_call.cfg Autocompletion: Remove additional brace from utility function options 2025-04-15 13:25:28 +02:00
identifiers_in_call.gd Autocompletion: rework argument options string literal completion 2024-07-08 17:53:36 +02:00
identifiers_in_function_body.cfg Autocompletion: Remove additional brace from utility function options 2025-04-15 13:25:28 +02:00
identifiers_in_function_body.gd Autocompletion: rework argument options string literal completion 2024-07-08 17:53:36 +02:00
identifiers_in_unclosed_call.cfg Autocompletion: Remove additional brace from utility function options 2025-04-15 13:25:28 +02:00
identifiers_in_unclosed_call.gd Autocompletion: rework argument options string literal completion 2024-07-08 17:53:36 +02:00
infer_return_type_without_value.cfg Autocompletion: Try to guess method return type even if subscript base has no value 2025-01-11 23:50:43 +01:00
infer_return_type_without_value.gd Autocompletion: Try to guess method return type even if subscript base has no value 2025-01-11 23:50:43 +01:00
invalid_super_call_1.cfg GDScript: Return early when parsing invalid super call 2025-03-24 17:40:26 +01:00
invalid_super_call_1.gd GDScript: Return early when parsing invalid super call 2025-03-24 17:40:26 +01:00
invalid_super_call_2.cfg GDScript: Return early when parsing invalid super call 2025-03-24 17:40:26 +01:00
invalid_super_call_2.gd GDScript: Return early when parsing invalid super call 2025-03-24 17:40:26 +01:00
no_completion_in_string.cfg Improve GDScript autocompletion for methods 2024-11-22 18:24:45 +08:00
no_completion_in_string.gd Autocompletion: rework argument options string literal completion 2024-07-08 17:53:36 +02:00
override_function_abstract.cfg GDScript: Add abstract methods 2025-06-09 20:11:58 +03:00
override_function_abstract.gd GDScript: Replace abstract keyword with @abstract annotation 2025-06-23 12:24:45 -07:00
override_function_full_name.cfg Autocompletion: Don't filter overrides when the existing function is the current one 2025-06-22 16:25:36 +02:00
override_function_full_name.gd Autocompletion: Don't filter overrides when the existing function is the current one 2025-06-22 16:25:36 +02:00
override_function_no_underscore.cfg Added working version for user-defined function autocompletion 2025-06-08 07:01:35 -03:00
override_function_no_underscore.gd Added working version for user-defined function autocompletion 2025-06-08 07:01:35 -03:00
override_function_static.cfg Added working version for user-defined function autocompletion 2025-06-08 07:01:35 -03:00
override_function_static.gd Added working version for user-defined function autocompletion 2025-06-08 07:01:35 -03:00
override_function_underscore.cfg Added working version for user-defined function autocompletion 2025-06-08 07:01:35 -03:00
override_function_underscore.gd Added working version for user-defined function autocompletion 2025-06-08 07:01:35 -03:00
self.cfg Improve GDScript autocompletion for methods 2024-11-22 18:24:45 +08:00
self.gd Autocompletion: rework argument options string literal completion 2024-07-08 17:53:36 +02:00