From b294a513eda0a6d9809be3f622e36e0bffc4abe8 Mon Sep 17 00:00:00 2001 From: nsingh Date: Fri, 12 May 2017 13:24:54 -0700 Subject: [PATCH] Further changes to readme --- vscode-extensions/vscode-manifest-yaml/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vscode-extensions/vscode-manifest-yaml/README.md b/vscode-extensions/vscode-manifest-yaml/README.md index b9123d000..422e744f5 100644 --- a/vscode-extensions/vscode-manifest-yaml/README.md +++ b/vscode-extensions/vscode-manifest-yaml/README.md @@ -26,9 +26,11 @@ rescue: ### 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](https://docs.cloudfoundry.org/cf-cli/) installed and connected to a Cloud Foundry target, the extension will automatically display values for certain manifest attributes. +Would you like to see actual Cloud Foundry values for attributes like `services`, `buildpack`, `domain`, and `stack`? If you have [cf CLI](https://docs.cloudfoundry.org/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 Foundry 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 are highlighted with a warning. +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. + +The dynamic content assist also shows which Cloud target you are connected to. ![Dynamic Cloud Foundry Content Assist Screenshot][dcfca]