UnrealScript-Language-Service icon indicating copy to clipboard operation
UnrealScript-Language-Service copied to clipboard

Object literal references to assets are being interpreted as types

Open cmbasnett opened this issue 2 years ago • 3 comments

Describe the bug Object literals that reference asset files emit errors that the internal reference string is a missing type.

Expected behavior The type lookups should only be done for class and enum object literals. The extension should make no attempt to do sanity checks on the internal reference string for any other object literal.

Screenshots image

cmbasnett avatar Dec 06 '21 01:12 cmbasnett