RepreZen / KaiZen-OpenAPI-Editor

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

Code assist is missing properties named "default" #496

Open tedepstein opened 5 years ago

tedepstein commented 5 years ago

Raised in this comment on Eclipse Marketplace.

In OpenAPI 3.0, the following objects have properties named default:

Of these three, KaiZen Editor only offers default as a content assist proposal in the context of the Responses Object. Schema Object and Server Variable object should also include default in the proposal list, but they currently do not.

In OpenAPI 2.0, the following objects have default properties:

Again, code assist only suggests default in the context of the Responses Object. It should be present in all of these contexts.