Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Dynobase/dynamodb-vscode-snippets
AWS DynamoDB snippets for Visual Studio Code (VSCode)
https://github.com/Dynobase/dynamodb-vscode-snippets
aws dynamodb dynamodb-sdk dynobase nosql vscode vscode-extension
Last synced: 3 months ago
JSON representation
AWS DynamoDB snippets for Visual Studio Code (VSCode)
- Host: GitHub
- URL: https://github.com/Dynobase/dynamodb-vscode-snippets
- Owner: Dynobase
- License: mit
- Created: 2020-05-26T19:35:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T17:20:22.000Z (over 4 years ago)
- Last Synced: 2024-04-10T17:08:43.200Z (7 months ago)
- Topics: aws, dynamodb, dynamodb-sdk, dynobase, nosql, vscode, vscode-extension
- Homepage: https://dynobase.dev
- Size: 29.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Dynobase/dynamodb-vscode-snippets - AWS DynamoDB snippets for Visual Studio Code (VSCode) (Others)
README
## AWS DynamoDB snippets for VS Code
[![Version](https://vsmarketplacebadge.apphb.com/version/rafwilinski.dynamodb-vscode-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=rafwilinski.dynamodb-vscode-snippets)
[![Installs](https://vsmarketplacebadge.apphb.com/installs/rafwilinski.dynamodb-vscode-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=rafwilinski.dynamodb-vscode-snippets)
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/rafwilinski.dynamodb-vscode-snippets.svg)](https://marketplace.visualstudio.com/items?itemName=rafwilinski.dynamodb-vscode-snippets)This extension contains code snippets for DynamoDB syntax for VS Code editor.
![Demo](images/demo.gif "Demo")
## Installation
In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
There you have either the option to show the already installed snippets or install new ones. Search for *DynamoDB Snippets* and install it.## Snippets
To add new, please use this awesome tool: [https://snippet-generator.app/](https://snippet-generator.app/)
Below is a list of all available snippets and the triggers of each one. To use them simply press `Shift + ^` key and type trigger word.
`|` indicates a list of possible choices.
- `ddbc`
```javascript
```- `ddb`
```javascript
```- `reqddb`
```javascript
```- `iddb`
```javascript
```[MIT License](https://opensource.org/licenses/MIT) © [Dynobase](https://dynobase.dev)