This extension links some JSONSchemas to Loopback configuration files.
Currently implemented schemas
model-config.json
model-config.json
datasources.json
config.json
middleware.json
- Model definitions (
/common/models/customer.json
etc.)
Check the package.json.contibutes.jsonValidation for the actual configurations.
Gifs!
Code hints
The plugin prompts you as you type
Green Squiggles
If you have a mismatched type or missing property, you'll get a green squiggle underline
Ctrl+Space
Hit ctrl+space
to be shown available properties
It also works for enum types
Links
You can click links to read extended documentation