alexa / ask-toolkit-for-vscode

ASK Toolkit is an extension for Visual Studio Code (VSC) that that makes it easier for developers to develop and deploy Alexa Skills.
https://developer.amazon.com/en-US/docs/alexa/ask-toolkit/get-started-with-the-ask-toolkit-for-visual-studio-code.html
Apache License 2.0
107 stars 52 forks source link

Added APL Autocomplete Snippets #282

Closed pkarthikr closed 7 months ago

pkarthikr commented 7 months ago

Description

This CR adds a list of all the APL commands and components as snippets so developers can use auto-complete to finish their code.

Motivation and Context

The current set of APL snippets in snippets.json are outdated and not up-to-date. The Snippets are up-to-date with 2023.3 APL Version.

Testing

These snippets were tested independently using the Snippets feature in VSCode and confirmed that they generated valid APL document syntax

Screenshots (if appropriate)

NA

Types of changes

Updates to existing code base.

Checklist

License

tydonelson commented 7 months ago

Merging despite test failure, it is unrelated to these changes. We will follow up on it independently.