Skip to content

Commit 6ec0da0

Browse files
committed
feat: add Boto3 IDE extension to the extension pack and update README
1 parent 56137a8 commit 6ec0da0

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,13 @@ This is a collection of extensions that I've curated in this vscode extension pa
6161
This extension pack includes the following VS Code extensions:
6262

6363
1. **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

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
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",

0 commit comments

Comments
 (0)