Bot Framework Community VS Code SnippetsThis extension for Visual Studio Code adds snippets for Bot Framework development. Currently it contains snippets for the following areas:
UsageWithin your file in VS Code, type the snippet name according to the ones listed below and press Bot Framework Web Chat SnippetsCurrently there are the following HTML snippets available to quickly create a new Bot Framework in HTML files: bf-wc-create-basic-hmlThe snippet bf-wc-create-basic-hml creates a basic plain html/js web chat within an HTML file: bf-wc-create-style-htmlThe snippet bf-wc-create-style-html creates a plain html/js web chat within an HTML file including some styling options already added to the web chat: Language Understanding SnippetsThe following snippet should boost your LUIS model setup: bfc-lu-createThe snippet bfc-lu-create creates a the required structure within .lu files used for managing LUIS applications: Feedback, Ideas & ContributionsFeedback and/or snippet ideas as well as contributions always welcome. Please submit them via creating an issue in the extension repository: issue list. Adaptive Cards SnippetsIf you're building bots, you might need to include Adaptive Cards of some sort. Especially during the development phase it can make sense to just use sample cards to focus on the development side of things. Therefore, you can use the following commands to easily create new Adaptive Cards and redesign them later on: bf-ac-activityUpdateAdds a activity update sample card to your project. bf-ac-inputFormInitializes a new input form sample card to be used to gather input from users. bf-ac-weatherCompactCreates the weather compact sample card to demo a weather card. bf-ac-expenseReportProvides you with the expense report sample card to include in your bot's project. |