coc-json icon indicating copy to clipboard operation
coc-json copied to clipboard

Json language extension for coc.nvim

Results 7 coc-json issues
Sort by recently updated
recently updated
newest added

I've been trying to get completions for `tsconfig.json` working, and have debugged as far as I can. The [README](https://github.com/neoclide/coc-json#configuration-options) suggests that with default settings I should get support for all...

[hjson](https://hjson.github.io/) especially is a popular format for config files, allows comments and such.

It would be nice to be able to select a schema store schema interactively.

enhancement

The project's REDME says the license is MIT. I am just adding the file. Taken from https://choosealicense.com/licenses/mit/. ### Why? I've recently joined a big corporate environment and we need to...

There are many coc extensions need json schema. Such as [coc-yaml](https://github.com/neoclide/coc-yaml), [coc-toml](https://github.com/kkiyama117/coc-toml). Is it possible to let them share a same json schemas to save storage?

How about update json schema automatically by a CI/CD?