RepreZen / KaiZen-OpenAPI-Editor

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

Tags are not offered for autocomplete #420

Open jfiala opened 7 years ago

jfiala commented 7 years ago

If you define tags in the contract, these tags are not available in the tags attribute for the paths. It would be nice to be able to select from the defined tags (and reference them).

tfesenko commented 7 years ago

Also see #408 "Add content assist for security requirement scopes in case of oauth or openIdConnect schemes". Probably these two issues will use similar implementation approach (but for two different properties, of cause).