Hazelight / vscode-unreal-angelscript

Visual Studio Code Language Server and Debug Adapter for use with UnrealEngine-Angelscript.
MIT License
94 stars 43 forks source link

Member variables with space breaks auto-complete #6

Closed OskarHolmkratz closed 4 years ago

OskarHolmkratz commented 4 years ago

UActorComponent ActorComponent; UActorComponent ActorComponent ; In the above example, both will compile and work, but the bottom one will have not have functioning auto-complete.