jsonnext / codemirror-json-schema

A JSONSchema enabled mode for codemirror 6, for json4 and json5, inspired by monaco-json
https://codemirror-json-schema.netlify.app
MIT License
61 stars 11 forks source link

linting, hover and... json5! #2

Closed acao closed 1 year ago

acao commented 1 year ago

linting

This is working out fine with ~json-source-map~ and json-schema-library for now!

cm6-linting

hover

I've adopted a utility jsonPointerForPosition that made it really easy to add hover support

hover-oneOf

Adds

netlify[bot] commented 1 year ago

Deploy Preview for cm6-json-schema ready!

Name Link
Latest commit e48c3cc7729e77209e9e2b84bde37bc95694ff02
Latest deploy log https://app.netlify.com/sites/cm6-json-schema/deploys/64b6e274addaea0008f5824e
Deploy Preview https://deploy-preview-2--cm6-json-schema.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

acao commented 1 year ago

@imolorhe ok, I'm merging before this gets out of hand, haha!