-
Notifications
You must be signed in to change notification settings - Fork 5
Feature request: Show properties for object #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is a hard one because although @weinand what do you think about this? I imagine there is a generic ask here since it would apply to any inline value variable lookup usages. |
I agree with the length-issue for big objects. Just mentioned the That's why the second proposal was added since that might be more realistic in the near future. Maybe we can use |
Interesting... I guess we could support properties. That would be pretty nice! |
Awesome extension Tyler! 👏
Would it be possible to show properties for objects?
In the vscode api proposal issue they showed inline demo like
varname = object { prop: value, anotherProp : array[2] }
. Maybe we could show the default string-output format for pscustomobjects (ex output of"$((dir)[0] | select *)"
)Or make inline-value show the referenced property-value. Currently shows variable "var" even if line only uses
$var.SomeProp
The text was updated successfully, but these errors were encountered: