RepreZen / KaiZen-OpenAPI-Editor

Eclipse Editor for the Swagger-OpenAPI Description Language
Eclipse Public License 1.0
115 stars 12 forks source link

Templates for Schema Object Properties #57

Open tedepstein opened 8 years ago

tedepstein commented 8 years ago

When positioned to insert a new property, here:

image

Code assist inserts _key_:

image

And this produces an error marker with a message that is not very helpful:

Multiple markers at this line

  • value of type string is not allowed, value should be of type object
  • 2 added lines

It would be helpful to have templates for various kinds of properties that can be added to a Swagger Schema Object.

tedepstein commented 7 years ago

Related issue: #227