Is there a way in Visual Studio Code to copy the path to data in an object when debugging? Example: if my data lives in Object.user.city.name I would like to be able to copy that path after drilling down through debug console.
↧
Is there a way in Visual Studio Code to copy the path to data in an object when debugging? Example: if my data lives in Object.user.city.name I would like to be able to copy that path after drilling down through debug console.