-
Notifications
You must be signed in to change notification settings - Fork 759
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
Completion after the resource type should show =
in addition to existing
#4584
Comments
cc @majastrz |
In case you think this feature is appropriate: #4599 |
We've had a few discussions that went back and forth on the topic of including completions for operator-like things. I was against this originally, but it looks really good in practice. It also has the benefit of guiding inexperienced users towards the correct syntax ("pit of success"). Without this, they'd have to look up an example to figure it out or check the error message. @alex-frankel, @anthony-c-martin, @shenglol thoughts? |
I'm good with it also |
I'm all for it. IMO - the more useful completions/code fixes we can provide the better, as they serve as a way of learning the language. For example, |
Considering most resource definitions do not use
existing
customers can be confused about why is that the only completion offered.Adding
=
allows efficiently chaining completions:The text was updated successfully, but these errors were encountered: