Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Cloudfoundry Manifest YML SupportNew to Visual Studio Code? Get it now.

Cloudfoundry Manifest YML Support

VMware

vmware.com
|
886,338 installs
| (1) | Free
Adds linting, content assist and hoverinfo's for Cloudfoundry Deployment Manifests (a.k.a. `manifest.yml`) files.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Cloud Foundry Manifest Editor for Visual Studio Code

This extension provides basic validation, content assist and hover infos for editing Cloud Foundry Manifest Files.

You can also define your own patterns and map them to the language-id manifest-yaml by defining files.associations in workspace settings or user settings. See vscode documentation for details.

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

Dynamic Cloud Foundry Content Assist

Would you like to see actual Cloud Foundry values for attributes like services, buildpack, domain, and stack? If you have cf CLI installed and connected to a Cloud target, the extension will automatically display values for certain manifest attributes.

For example, if you are connected to a Cloud target that has services, and you invoke content assist in an entry under services, you will see the available service instances. In addition, service instances that do not exist in the Cloud target, like redisserv in the example below, are highlighted with a warning.

Dynamic content assist also shows which Cloud target you are connected to.

Dynamic Cloud Foundry 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

Version: 1.46.0-PRE-RELEASE

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft