-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Asyncapi: 3.0.0 .$ref
has no suggestions/autocomplete and navigation
#47
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
@korifey91 hi! Can you try to replace |
Hi @Pakisan ! Thank you! Yes, it works with double quotes. Is this expected behavior? |
No, it's not expected behavior. Will check IDEA sdk for better method to recognize properly string values in single and double quotes This bug must not block using of components from others schemas |
Hi @Pakisan any updates on this? |
There are no autocomplete suggestions for local file references regardless of which quotes I use. |
fyi: #101 |
@adammfrank @korifey91 hi! New version is available |
Describe the bug
I'm having a problem with
$ref
.Asyncapi 2.6.0 in WebStorm works well, I can see autocomplete\suggestions and navigate to components by clicking on
$ref
paths.But with asyncapi: 3.0.0 I can't do the same.
I assume that with 2.6.0 all is fine due to
OpenAPI Specifications
bundled plugin, but it doesn't support v3.How to Reproduce
WebStorm info
Here is the yaml file
Video
screencast.2024-02-12.10-42-34.mp4
Expected behavior
It is expected that navigation\autocomplete\suggestions work well with v3 as well as with v2.6
The text was updated successfully, but these errors were encountered: