File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,12 +61,13 @@ This is a collection of extensions that I've curated in this vscode extension pa
6161This extension pack includes the following VS Code extensions:
6262
63631 . ** AWS Toolkit for Visual Studio Code** : Provides support for developing AWS applications
64- 2 . ** CloudFormation Snippets** : Provides YAML and JSON snippets for all AWS CloudFormation resources
65- 3 . ** AWS IAM Actions Snippets** : Adds autocomplete and snippets for all AWS IAM policy actions
66- 4 . ** AWS IAM Service Principal Snippets** : Autocompletion for AWS service principals.
67- 5 . ** Draw.io Integration** : Integrates Draw.io diagrams into VS Code
68- 6 . ** CloudFormation Linter** : Validates CloudFormation templates for best practices
69- 7 . ** YAML** : Provides comprehensive YAML language support
64+ 2 . ** Boto3 IDE** : Provides intelligent code completion, type checking, and documentation for AWS boto3 SDK
65+ 3 . ** CloudFormation Snippets** : Provides YAML and JSON snippets for all AWS CloudFormation resources
66+ 4 . ** AWS IAM Actions Snippets** : Adds autocomplete and snippets for all AWS IAM policy actions
67+ 5 . ** AWS IAM Service Principal Snippets** : Autocompletion for AWS service principals.
68+ 6 . ** Draw.io Integration** : Integrates Draw.io diagrams into VS Code
69+ 7 . ** CloudFormation Linter** : Validates CloudFormation templates for best practices
70+ 8 . ** YAML** : Provides comprehensive YAML language support
7071
7172## Installation
7273
Original file line number Diff line number Diff line change 4545 ],
4646 "extensionPack" : [
4747 " amazonwebservices.aws-toolkit-vscode" ,
48+ " boto3typed.boto3-ide" ,
4849 " dannysteenman.cloudformation-yaml-snippets" ,
4950 " dannysteenman.iam-actions-snippets" ,
5051 " dannysteenman.iam-service-principal-snippets" ,
You can’t perform that action at this time.
0 commit comments