GDScript 2.0: @export_enum
does not support multiline wrapping using parentheses
#58114
Labels
Milestone
@export_enum
does not support multiline wrapping using parentheses
#58114
Godot version
4.0 Alpha
System information
Windows 10
Issue description
@export_enum does not support multiline
for example :
an Error says : expected ")" after annotation arguments
it must be in one single line like this :
@export_enum(Item1, Item2, Item3, Item4, Item5, Item6, Item7, Item8, Item9) var MyEnum = 0
sometimes the enum contains many items and it's hard to write it all and modify it in a single line of code
Steps to reproduce
none
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: