0.17.0 • Published 5 years ago

monaco-moss v0.17.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

Monaco Moss

Moss language plugin for the Monaco Editor. It provides the following features when editing Moss files:

  • Code completion, based on JSON schemas or by looking at similar objects in the same file
  • Hovers, based on JSON schemas
  • Validation: Syntax errors and schema validation
  • Formatting
  • Document Symbols
  • Syntax highlighting
  • Automatically load remote schema files

Schemas can also be provided by configuration. See here for the API that the JSON plugin offers to configure the JSON language support.

Installing

yarn add monaco-moss See test/index.html as an example. Currently only load with vs loader is supported. (AMD) Load with ESM is added, but not yet tested.

Development

  • git clone https://github.com/1e1f/monaco-moss
  • cd monaco-moss
  • yarn
  • yarn watch
  • open $/monaco-yaml/test/index.html in your favorite browser.

A running example: demo-image

Credits

Maintain

Manually clone dependencies list below and update the project files accordingly:

License

MIT

0.17.0

5 years ago

0.16.0

5 years ago

1.0.4

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago