You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
js object fields references should be resolved to the correct field definition.
In the following code, clicking on ["a"] or ["b"] reference should navigate to the field.
letobj= {"a": {"b": 1}}
let_=obj["a"]["b"]
The text was updated successfully, but these errors were encountered:
plugin version: 0.119
Description
js object fields references should be resolved to the correct field definition.
In the following code, clicking on ["a"] or ["b"] reference should navigate to the field.
The text was updated successfully, but these errors were encountered: