godot/modules/gdscript/tests/scripts
George Marques f9048fcd7d
GDScript: Warn when enum variable has no default
The default will always be set to `0`, so if it's not a valid value in
the enum, the warning is shown.
2024-04-16 11:46:59 -03:00
..
analyzer GDScript: Warn when enum variable has no default 2024-04-16 11:46:59 -03:00
completion Merge pull request #89382 from dcaoc03/master 2024-04-09 22:25:13 +02:00
lsp Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
parser Merge pull request #89472 from dalexeev/gds-fix-bin-tokenizer-continuation-lines 2024-04-15 18:14:38 +02:00
runtime GDScript: Warn when enum variable has no default 2024-04-16 11:46:59 -03:00
.gitignore
project.godot Add unit test runner for autocompletion 2024-01-05 17:49:51 +01:00
utils.notest.gd Support Array and PackedArray in @export_* 2024-03-06 16:17:54 +09:00