Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thebenforce/vscode-appsync-resolver-autocomplete
Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
https://github.com/thebenforce/vscode-appsync-resolver-autocomplete
appsync appsync-resolvers graphql hacktoberfest velocity velocity-template vscode vscode-extension vscode-plugin vtl-files
Last synced: 13 days ago
JSON representation
Adds autocomplete functionality to vscode when editing AWS AppSync resolver vtl files.
- Host: GitHub
- URL: https://github.com/thebenforce/vscode-appsync-resolver-autocomplete
- Owner: theBenForce
- Created: 2020-04-16T11:11:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:03:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T21:43:53.837Z (about 1 month ago)
- Topics: appsync, appsync-resolvers, graphql, hacktoberfest, velocity, velocity-template, vscode, vscode-extension, vscode-plugin, vtl-files
- Language: TypeScript
- Homepage:
- Size: 1.09 MB
- Stars: 23
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Funding: .github/funding.yml
Awesome Lists containing this project
README
# appsync-resolver-autocomplete README
Adds autocomplete support for AppSync resolver templates when editing .vtl files.
![Release Workflow Status](https://img.shields.io/github/workflow/status/theBenForce/vscode-appsync-resolver-autocomplete/Release)
[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/thebenforce.appsync-resolver-autocomplete)](https://marketplace.visualstudio.com/items?itemName=theBenForce.appsync-resolver-autocomplete)
[![Maintainability](https://api.codeclimate.com/v1/badges/c815baac0a3da72636d0/maintainability)](https://codeclimate.com/github/theBenForce/vscode-appsync-resolver-autocomplete/maintainability)![Preview](https://raw.githubusercontent.com/theBenForce/vscode-appsync-resolver-autocomplete/master/documentation/preview.png "Autocomplete preview")
## References
- [Completions Sample](https://github.com/microsoft/vscode-extension-samples/blob/master/completions-sample/src/extension.ts)
- [Resolver Mapping Template Reference](https://docs.aws.amazon.com/appsync/latest/devguide/resolver-mapping-template-reference.html)