EliotVU / UnrealScript-Language-Service

Bringing a work-in-progress intelliSense to ye olde UnrealScript :)
MIT License
48 stars 9 forks source link

Intrinsic Vect function is not recognized as a valid function input. #147

Closed Flameis closed 1 year ago

Flameis commented 1 year ago

Describe the bug The intrinsic Vect function is not being recognized as a valid function input when put directly in the function params.

Screenshots image

EliotVU commented 1 year ago

Unfortunately the type-checking feature is stuck in the experimental stage, I recommend you to keep the "unrealscript.checkTypes" option disabled.

Shtoyan commented 1 year ago

Unfortunately the type-checking feature is stuck in the experimental stage, I recommend you to keep the "unrealscript.checkTypes" option disabled.

Can you please add a text warning in settings? I've had several people asking me why it bugs for them.

image

EliotVU commented 1 year ago

@Shtoyan Done! And the typing issue had also been fixed with 0.6.0

Shtoyan commented 1 year ago

Thanks!