-
Notifications
You must be signed in to change notification settings - Fork 34
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
CRD fields are not selectable #140
Comments
@mcavoyk Howdy! Are you wanting to basically copy the desired field name to your clipboard? Do you want to select just the field name, the full field path (e.g. |
My use-case was around getting the full path for use in compositions, so |
Hi, i'm also seeking for an option to copy field names with ease and i guess having a copy button would be the best way. Thanks |
to be able to copy a field (either by selecting or via button) would be a heaven. Full path option is just bonus. |
Maybe add a "copy attribute" button would be super helpful |
@ares-team-acn @eloo @mcavoyk @RichiCoder1 As a temporary solution double click the parent dividing lines to select the field:1 Footnotes |
This is a very minor issue - all things considered - but something I attempt to do a lot when building compositions or referencing CRD's is to select the exact field path. The UI instead opens/closes the field definition instead of being selectable. Double clicking to select the section is a bit more reliable, but if the field is required the double click will select
<field> required
instead of just the field.Example:
https://doc.crds.dev/github.com/crossplane/crossplane/apiextensions.crossplane.io/Composition/[email protected]
Try to select/highlight the field
compositeTypeRef
The text was updated successfully, but these errors were encountered: