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

Bringing a work-in-progress intelliSense to ye olde UnrealScript :)

Results 20 UnrealScript-Language-Service issues
Sort by recently updated
recently updated
newest added

### Describe the bug Extension warns `Missing right-hand side expression!` when you use "hard coded" (i.e. full package-class paths) delegates. - [example 1](https://github.com/InsultingPros/KillingFloor/blob/main/XInterface/Classes/GUIComboBox.uc#L455-L463) - [example 2](https://github.com/InsultingPros/KillingFloor/blob/main/XInterface/Classes/GUICircularList.uc#L367) ### Screenshots ![image](https://user-images.githubusercontent.com/22412356/218185617-16389dac-36d9-49f5-9074-2ba33b444f3d.png) ![image](https://user-images.githubusercontent.com/22412356/218185708-9b691958-c1f0-48df-9c7a-6b28af92fd4b.png)

### Describe the bug The server is missing support for assigning an object using a string literal, and reports the error `Type 'String' is not assignable to type 'Object` if...

bug
enhancement

When a method's parameter has a default value assignment, the highlighter will fail to detect the ending of said parameter, and thus incorrectly assign the parameter's identifier as a Type....

bug
syntax

### Describe the bug The server is missing support for qualified object literals that don't have specified a type: ``` defaultproperties { // Not supported Texture=Engine.S_Ammo // Supported Texture=Texture'Engine.S_Ammo' }...

bug
enhancement

### Describe the bug The Language-Server will sometimes hang and stop responding all together, upon further re-search this occurs if the auto-completion parser hits a block like `cpptext { code......

bug

**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...

bug
enhancement

**Describe the bug** After copying files (outside of VSCode) into the workspace's directory they do not get indexed - no definitions are exported from them until VSCode restarts. You can't...

![image](https://user-images.githubusercontent.com/2865341/71414660-995dd200-2660-11ea-8ac0-7a8735968466.png)

enhancement

Currently, the suggestions are basically non-existent. I wrote https://github.com/WOTCStrategyOverhaul/CovertInfiltration/pull/396/commits/61b5780c2a296d153ecfe50848f11804fe31f0d5 using this and I remember that I had to basically type out everything manually. I'll try to list as many cases...

enhancement
help wanted

Hello, thank you for making this extension! I am tiring to use this extension to write some modes for xcom 2 But can not figure out how to add external...