Skip to content

Commit

Permalink
docs: update README with new GIF examples
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysteenman committed Oct 28, 2024
1 parent 1060f9a commit a07c9e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 34 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,13 @@ This AWS IAM Actions Snippets extension equips Visual Studio Code with comprehen
4. The extension will provide auto-completion suggestions for matching IAM actions.
5. Select the desired action to insert it into your policy.

Example:
Example of auto-completion in action:

![IAM Actions Snippets Example](https://raw.githubusercontent.com/dannysteenman/vscode-iam-actions-snippets/main/images/iam-actions-snippets-example.gif)
![IAM Actions Snippets Autocomplete Example](https://raw.githubusercontent.com/dannysteenman/vscode-iam-actions-snippets/main/images/iam-actions-snippets-autocomplete-example.gif)

and an example of the hover information:

![IAM Actions Snippets Hover Example](https://raw.githubusercontent.com/dannysteenman/vscode-iam-actions-snippets/main/images/iam-actions-snippets-hover-example.gif)

> **Note:** If auto-completion doesn't trigger automatically, press `Ctrl+Space` (or `Cmd+Space` on macOS) to manually invoke IntelliSense.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/iam-actions-snippets-example.gif
Binary file not shown.
Binary file added images/iam-actions-snippets-hover-example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 1 addition & 32 deletions snippets/iam-actions.json
Original file line number Diff line number Diff line change
Expand Up @@ -279471,36 +279471,5 @@
"reference_url": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_servicequotas.html",
"serviceName": "Service Quotas",
"service_prefix": "servicequotas"
},
"tageditor": {
"actions": {
"ListResourceTypes": {
"access_level": "List",
"action_name": "resource-explorer:ListResourceTypes",
"condition_keys": [],
"description": "Grants permission to retrieve the resource types currently supported by Tag Editor",
"resource_types": [],
"url": "https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-prereqs.html#rg-permissions-te"
},
"ListResources": {
"access_level": "List",
"action_name": "resource-explorer:ListResources",
"condition_keys": [],
"description": "Grants permission to retrieve the identifiers of the resources in the AWS account",
"resource_types": [],
"url": "https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-prereqs.html#rg-permissions-te"
},
"ListTags": {
"access_level": "Read",
"action_name": "resource-explorer:ListTags",
"condition_keys": [],
"description": "Grants permission to retrieve the tags attached to the specified resource identifiers",
"resource_types": [],
"url": "https://docs.aws.amazon.com/ARG/latest/userguide/gettingstarted-prereqs.html#rg-permissions-te"
}
},
"reference_url": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_tageditor.html",
"serviceName": "Tag Editor",
"service_prefix": "resource-explorer"
}
}
}

0 comments on commit a07c9e7

Please sign in to comment.