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.

Comments

Evgeny Shvarov  Nov 29, 2021 to Dmitry Maslennikov

Thanks, Dmitry! Also calling @Daniel Tamajon for more details.

@Adel Elsayed, you can see how ObjectScript Quality works here - it can analyze any open-source ObjectScript repository for free if you add this file to a project.
 

0
Joel Solon · Dec 29, 2021

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.

0