Copy, store as temp
and more from hover: allow global customPropertiesGenerator
for user macros
#1779
Labels
feature-request
Request for new features or functionality
Is your feature request related to a problem? Please describe.
Hi! First of all, I want to thank you for adding this excellent feature (I'm really not sure what its deprecated), I have already added a lot of macros for general and more specific use. For example, when I go deeply when observing the properties of some object I want to store the value in a temp variable so I can call methods with specific arguments, copy its value, etc...
It could also be a button to call any function without writing a line in the console:
Also, it would be useful to have a way to copy the access path to use it in debugging code later e.g.
variable.items[0].text
, however, it seems impossible withcustomPropertiesGenerator
Describe the feature you'd like
Probably add a global vscode setting so I add properties like
_storeAsTemp
to any configuration I launch, including the Node Terminal.Also, can I have a few questions regarding this feature?
I don't understand why it breaksupdate: example from documentation is misleading you should never use rest syntax[[Prototype]]
property and why thecopy
function doesn't work incustomPropertiesGenerator
...
because of getters and prototypeThe text was updated successfully, but these errors were encountered: