Reputation: 28392
I have discovered that the real-time validation of JSON and YAML files in Visual Studio Code via JSON Schema validators is amazing and magical. However, I would like to migrate my project to Cloud9 IDE (an offering from Amazon Web Services). Is there a mechanism I can use to get similar schema validation of my files as I edit them in real-time, or at least periodically via a button click?
Perhaps if the desired functionality is not built-in I can throw something together with an AWS lambda function?
Upvotes: 1
Views: 156