Files
spring-tools/vscode-extensions/vscode-manifest-yaml
..
2016-11-30 15:50:45 -08:00

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.

Linting Screenshot

Content assist

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

Content Assist Screenshot

Documentation Hovers

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

Hover Docs Screenshot