Cloud Foundry Manifest Editor for Visual Studio Code
This extension provides basic validation, content assist and hover infos for editing Cloud Foundry Manifest Files.
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
Having trouble remembering all the names of the attributes, and their spelling? Content assist to the rescue:
Documentation Hovers
Having trouble remembering exactly what the meaning of each attribute is? Hover over any attribute and read its detailed documentation.


