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

Adding comments using keybaord shortcuts #204

Closed Aaditya-Amzn closed 1 year ago

Aaditya-Amzn commented 1 year ago

Adding the feature to use "ctrl/cmd" + "/" shortcut (or any other vscode keyboard shortcut) on selected lines in ACDL files to comment them out. This will be convenient for developers to comment multiple lines and will be similar to as what we are used to in other languages.