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.
Discussion (4)4
Comments
InterSystems Language Server extension
.png)
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.
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.
.png)