Few more tweaks to README
This commit is contained in:
@@ -3,28 +3,31 @@
|
||||
This extension provides basic validation, content assist and hover infos
|
||||
for editing Cloud Foundry [Manifest](https://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html) Files.
|
||||
|
||||
## Validation
|
||||
## Usage
|
||||
|
||||
The CF manifest editor automatically activates when the name of the `.yml` file you are editing,
|
||||
matches the glob pattern: `manifest*.yml`.
|
||||
|
||||
## Functionality
|
||||
|
||||
### Validation
|
||||
|
||||
As you type the manifest is parsed and checked for basic syntactic and structural correctness. Hover over
|
||||
an error marker to see an explanation.
|
||||
|
||||

|
||||
|
||||
## Content assist
|
||||
### Content assist
|
||||
|
||||
Having trouble remembering all the names of the attributes, and their spelling? Content assist to the
|
||||
rescue:
|
||||
|
||||

|
||||
|
||||
## Documentation Hovers
|
||||
### Documentation Hovers
|
||||
|
||||
Having trouble remembering exactly what the meaning of each attribute is? Hover over any attribute and
|
||||
read its detailed documentation.
|
||||
|
||||

|
||||
|
||||
## Activation
|
||||
|
||||
The CF manifest editor automatically activates when the name of the `.yml` file you are editing,
|
||||
matches the glob pattern: `manifest*.yml`.
|
||||
Reference in New Issue
Block a user