This website requires JavaScript.
Explore
Help
Sign in
hertog
/
godot-module-template
Template
Watch
2
Star
1
Fork
You've already forked godot-module-template
1
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
bae1dae12a
godot-module-template
/
modules
/
gdscript
/
tests
/
scripts
/
completion
/
common
History
Download ZIP
Download TAR.GZ
Thaddeus Crews
ee5859b7ae
Merge pull request
#92584
from HolonProduction/autocompletion-assign-variant
...
Autocompletion: Fix type resolution when assigning variant
2025-07-01 17:57:51 -05:00
..
assign_local_variant.cfg
Autocompletion: Fix type resolution when assigning variant
2025-06-15 20:17:19 +02:00
assign_local_variant.gd
Autocompletion: Fix type resolution when assigning variant
2025-06-15 20:17:19 +02:00
identifiers_in_call.cfg
identifiers_in_call.gd
identifiers_in_function_body.cfg
identifiers_in_function_body.gd
identifiers_in_unclosed_call.cfg
identifiers_in_unclosed_call.gd
infer_return_type_without_value.cfg
infer_return_type_without_value.gd
invalid_super_call_1.cfg
invalid_super_call_1.gd
invalid_super_call_2.cfg
invalid_super_call_2.gd
no_completion_in_string.cfg
no_completion_in_string.gd
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
self.gd