-
Notifications
You must be signed in to change notification settings - Fork 268
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
support generate snippets for object and array according to schema #87
Conversation
One thing I've found is objects and arrays no longer self indent. For example, before i could do
and have that autocomplete to
but now it just brings me to the start of the new line
|
can you give me a schema that I can repro this? it's not an expected behavior In reply to: 419091296 [](ancestors = 419091296) |
I was testing on the kubernetes schema (https://gist.githubusercontent.com/JPinkney/ccaf3909ef811e5657ca2e2e1fa05d76/raw/f85e51bfb67fdb99ab7653c2953b60087cc871ea/openshift_schema_all.json) or you can set it in the settings by doing:
|
…erty with default value
got it, this happens in the case that there is no required property or property with default value In reply to: 419298080 [](ancestors = 419298080,419091296) |
yeah! fixed. it is a bug In reply to: 419309025 [](ancestors = 419309025) |
Yeah, thats something thats always been needed. I'm going to create an issue and will start converting the tests when I get a change. Other then that it LGTM! |
Cool~ |
Should be published in a few hours, I just have to do a few other things first |
@928PJY Both have been released! |
@JPinkney Cool! Thanks~ |
No description provided.