IDE
- How to enable JSON or YAML validation with JSON Schemas in IntelliJ
The blog post is describing how to add support for specific JSON or YAML files in JetBrains IDEs from a JSON Schema, quickly implementing some validation, annotation, code completion and other features.
- Implement syntax highlighting of a new language in JetBrains IDEs
The blog post is exploring different ways to implement syntax highlighting for a language in JetBrains IDEs.
- Improving performance of the IG Publisher: I/O operations
The blog post is about optimizing some I/O operations of the IG Publisher, a tool to build FHIR implementation guides.