redhat-developer / yaml-language-server

Language Server for YAML Files
MIT License
1.06k stars 260 forks source link

Is path auto completion for $ref not supported? #969

Open nishatsayyed opened 4 months ago

nishatsayyed commented 4 months ago

Summary

Wanted to know if auto completion for $ref symbols are supported?

(testing in demo project of monaco-yaml for openapi.json schema) image

Something like this maybe? image

Asking because symbol navigation for $ref paths is already supported.

Thanks.