-
Notifications
You must be signed in to change notification settings - Fork 762
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
Scaffold required resource snippet based on the resourceType & apiVersion #804
Comments
With the way completions and our type system work today, we can very easily generate a contextual snippet that would contain all the required properties that is relevant to the context that we're in. The difficult part will be ensuring that we preserve the user's indentation and formatting when we generate a multi-line snippet. Open Questions
|
|
Prerequisite: #71 |
Is your feature request related to a problem? Please describe.
It's time consuming to figure out which fields are required when a new resource is being created. I would like to depend on Intellisense and auto-complete the aid with this discovery.
Describe the solution you'd like
My suggestion:
This helps with discovery and expedites creating resources.
This experience can also be expanded for modules.
The text was updated successfully, but these errors were encountered: