Question
Adel Elsayed · Nov 26, 2021

Looking for VS Code Extension for ObjectScript that highlights non-used variables and/or non-instantiated variables.

let there be less <UNDEFINED> or <SUBSCRIPT> Errors in my life.

2
0 247
Discussion (4)4
Log in or sign up to continue

VS Code - ObjectScript doesn't prevent <SUBSCRIPT> errors. For example, the statement

set b(x) = c

can't be checked by the IDE since it doesn't know if the value of x will be "" or not at runtime.