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
108 stars 52 forks source link

feat: updated language config file to support shortcut based commenti… #205

Closed Aaditya-Amzn closed 1 year ago

Aaditya-Amzn commented 1 year ago

Commenting in ACDL files

Description

Added the feature to use "ctrl/cmd" + "/" shortcut (or any other vscode keyboard shortcut) on selected lines in ACDL files to comment them out.

Motivation and Context

I was facing issues when selecting multiple lines using comment shortcuts to comment all the selected lines. So thought this must be a good life upgrade for the ACDL developers and help then in faster and better development.

Testing

Screenshots (if appropriate)

Types of changes

Checklist

License

AndrewKeating-Amzn commented 1 year ago

Great work @Aaditya-Amzn

Aaditya-Amzn commented 1 year ago

Thanks @AndrewKeating-Amzn @tydonelson