Hello :)
I hope you're doing well!
I wanted to bring up an idea that could improve developer experience in studio pro. Very simply, if we have an error which looks like this and targets exactly an element in a page ->
An error occurred while evaluating value of TransactionData.SNIP_RecallCard_ReadOnlyHQ_ActionRequired_Completed.staticImage3$visibility: Operator beginOfDay not supported in expression beginOfDay() Error: An error occurred while evaluating value of TransactionData.SNIP_RecallCard_ReadOnlyHQ_ActionRequired_Completed.staticImage3$visibility: Operator beginOfDay not supported in expression beginOfDay() at l (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:66:182533) at http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:66:182138 at n.name (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:66:295716) at se (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:24:5539) at e.computeValue (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:24:11808) at e.trackAndCompute (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:24:11634) at e.get (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:24:10692) at ie (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:24:4993) at e.get (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:24:10677) at ie (http://localhost:8082/mxclientsystem/mxui/mxui.js?638424959278930676:24:4993)
I would love to be able to directly search to the element -> TransactionData.SNIP_RecallCard_ReadOnlyHQ_ActionRequired_Completed.staticImage3
This is not possible via ctrl + f so I need to lookup manually which takes a lot of time.