langserver.github.io icon indicating copy to clipboard operation
langserver.github.io copied to clipboard

Add JSON variants

Open alexkreidler opened this issue 5 years ago • 1 comments

The VSCode JSON language server also includes support for JSON Schema.

With JSON Schema and JSON-LD gaining wider adoption, it's important to note the support or lack thereof of various JSON language server implementations for these technologies.

I propose either

  1. listing them as separate languages - technically pure JSON files don't have support for Hover or Code Completion, this is only provided based on JSON Schema. If another implementation were to use JSON-LD to add descriptions on hover, it would need to be separate
  2. adding a note describing the level of support for them

alexkreidler avatar Apr 10 '20 20:04 alexkreidler

@alexkreidler Both options sound fine to me. Want to send a pull request?

keegancsmith avatar Apr 14 '20 04:04 keegancsmith

no response for ~3 years, can this issue be closed?

goyalyashpal avatar Mar 20 '23 17:03 goyalyashpal