Question Adel Elsayed · Nov 26, 2021 Looking for VS Code Extension for ObjectScript that highlights non-used variables and/or non-instantiated variables. #InterSystems IRIS #VSCode let there be less <UNDEFINED> or <SUBSCRIPT> Errors in my life. 2 0 247
Dmitry Maslennikov · Nov 26, 2021 InterSystems Language Server extension Dmitry Maslennikov · Nov 26, 2021 ObjectScriptQuality extension for VSCode Evgeny Shvarov · Nov 29, 2021 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. 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.
Dmitry Maslennikov · Nov 26, 2021 ObjectScriptQuality extension for VSCode Evgeny Shvarov · Nov 29, 2021 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. 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.
Evgeny Shvarov · Nov 29, 2021 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. 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.
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.
InterSystems Language Server extension
ObjectScriptQuality
extension for VSCode
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
can't be checked by the IDE since it doesn't know if the value of x will be "" or not at runtime.