RepreZen / KaiZen-OpenAPI-Editor

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

Add "./" for file completion on file $ref #525

Open gayanper opened 4 years ago

gayanper commented 4 years ago

When completing the model from another file today it is completed as below when file is in the current folder.

$ref: 'file.yaml#/definitions/Pet'

Suggestion is to make it like

$ref: './file.yaml#/definitions/Pet'

Some of other editor like stoplight has this support.