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: 9 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:03:16.000Z (about 3 years ago)
- Last Synced: 2025-05-07T14:23:45.102Z (9 months 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.

[](https://marketplace.visualstudio.com/items?itemName=theBenForce.appsync-resolver-autocomplete)
[](https://codeclimate.com/github/theBenForce/vscode-appsync-resolver-autocomplete/maintainability)

## 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)