the plugin, sometines, doesn't find the target yaml file which contains the path given in a mapping annotation.
e.g.
@PostMapping(path = "/bar")
Bar postBar();
should create a line marker that navigates to the openapi.yaml - /paths//bar` location.
sometimes it does create it, sometimes not.
the plugin, sometines, doesn't find the target yaml file which contains the path given in a mapping annotation.
e.g.
should create a line marker that navigates to the
openapi.yaml- /paths//bar` location.sometimes it does create it, sometimes not.