From ea92a520b445e1b835cf967333d7ed5ce1b7096e Mon Sep 17 00:00:00 2001 From: BoykoAlex Date: Fri, 24 Nov 2017 19:04:29 -0500 Subject: [PATCH] Readme content for Boot-Properties --- atom-extensions/atom-boot-properties/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/atom-extensions/atom-boot-properties/README.md b/atom-extensions/atom-boot-properties/README.md index 03c58c527..92c59c649 100644 --- a/atom-extensions/atom-boot-properties/README.md +++ b/atom-extensions/atom-boot-properties/README.md @@ -23,17 +23,23 @@ hovers while editing Spring Boot Properties in either `.properties` or `.yml` fo ## Validation +Property keys as well as property values are validated. Property keys are validated for being known properties and values are checked for being of expected type as well being a valid value + ![application-yaml-validation][yaml-validation] ![application-properties-validation][properties-validation] ## Code Completions +Both YAML and Properties formats have support for Content Assist on property keys and values helping to write valid Spring Boot configuration files right from the start. + ![application-yaml-completions][yaml-completion] ![application-properties-completions][properties-completion] ## Information Hovers +Hovering over property keys provide valuable documentation about the purpose of the property and expected type for its value in a small popup window. + ![application-yaml-hovers][yaml-hovers] ## Issues and Feature Requests