Closed thetarnav closed 1 year ago
I'm just adding & {} to the string so that literals from RuntimeContext could be autocompleted by IDE
& {}
RuntimeContext
This kinda ruins the autocompletion for object literal syntax :/
Is there a way to get the best of both worlds?
I'm just adding
& {}
to the string so that literals fromRuntimeContext
could be autocompleted by IDE