intellij-swagger icon indicating copy to clipboard operation
intellij-swagger copied to clipboard

Autocomplete ref not working for separate file

Open WhoKnocks opened this issue 5 years ago • 2 comments

Intellij does not suggest any components listed in another file.

See: image

While this is valid and intellij is able to navigate to it. image

Content of person.yml file:

Person:
  required:
    - username
  properties:
    firstName:
      type: string
    lastName:
      type: string
    username:
      type: string

Swagger v1.0.27

WhoKnocks avatar May 13 '19 10:05 WhoKnocks

Thanks for reporting, this has been in my todo list for quite while. Maybe this issue speeds things up!

semonte avatar May 17 '19 10:05 semonte

Agree, it will be very handy!

rdeanar avatar Sep 05 '19 12:09 rdeanar