neoclide / coc-yaml

Yaml language server extension for coc.nvim
MIT License
248 stars 23 forks source link

Add a command to go to the schema for the current file #69

Open RedBeard0531 opened 2 years ago

RedBeard0531 commented 2 years ago

It isn't clear where the files are stored, so going there manually isn't easy. Even if it was, it would be nice to automate. Ideally it should go directly to the relevant section for whatever the cursor is on. Maybe that should even be the gotoDefinition action?

chemzqm commented 2 years ago

It's fetched by language server, you can send feature request to yaml language server.