Vladimír Gorej
Vladimír Gorej
@jashanbhullar hopefully I've removed the **v4** vs **v5** confusion in https://github.com/swagger-api/swagger-editor/pull/4367.
Closing this issue. The OpenAPI 3.1.0 support landed in SwaggerEditor@5. More info in https://github.com/swagger-api/swagger-editor/issues/2638#issuecomment-1679354080
Here is an excerpt from the main `README` file explaining the situation:  https://github.com/swagger-api/swagger-editor/blob/master/README.md
Superseded by https://github.com/swagger-api/swagger-editor/pull/3705
@frantuma sure If not reproducible we can close it.
Confirmed that language service doesn't return any completion items. It's an issue within `apidom-ls`.
Standard usecases like the following have been fixed by replacing `unquotedOriginalInsertText?.startsWith(word)` with `unquotedOriginalInsertText?.includes(word)`. ```yaml $ref: user ```
> regardless of the above it doesn't work when current text and/or returned item starts with #/ or #, @frantuma yes, that is expected. `#` is control character for starting...
Upstream [email protected] released with bugfix: https://github.com/swagger-api/apidom/releases/tag/v0.69.3
Fixed in https://github.com/swagger-api/swagger-editor/releases/tag/v5.0.0-alpha.58