Anyone know of a tool online that'll help me find ...
# suitescript
j
Anyone know of a tool online that'll help me find the path to values in a complex multi-nested object? I'm always having to figure it out manually and would love a tool to do it to save some time. Maybe a VSCode extension?
e
XPath?
r
If you are just trying to get the intellisense to work in your editor for complex objects, defining the object with JSDoc seems to do the trick. If you want to take it a step further there is always typescript.
j
@Eric B I'll look into that. Thanks! @Richard Tanner Re: typescript - I know, I know! I keep moving the "watch typescript tutorials" event on my calendar further in the future and I need to stop. 😁