RepreZen / KaiZen-OpenAPI-Editor

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

Extend code assist on $ref values to propose objects from all JSON or YAML files #491

Open tedepstein opened 5 years ago

tedepstein commented 5 years ago

Extracted from #488. While editing an OpenAPI 2.0 (Swagger) or 3.0 file, extend the proposal list on $ref values to include valid objects from any JSON or YAML file in a designated scope, not just the reusable objects defined in OpenAPI files.

There are many design aspects to consider in a feature like this: