A collection of snippets for CLAAT (CodeLab As A Thing) which supports the learning and teaching within UCL Connected Environments Lab.
- Install Visual Studio Code
- Launch Visual Studio Code
- Choose Extensions from menu
- Search for
claat
- Click Install to install it
- Click Reload to reload the Code
Type part of a snippet, starting with !claat
, press enter
and the snippet will unfold. For snippets in markdown format you need to press ctrl+space
(Windows / Linux) or cmd+space
(OSX). Pressing tab will allow you to skip between fields.
Snippet | Content |
---|---|
!claat-header |
Creates a Codelab Header |
!claat-create-empty-step |
Create an Empty Codelab Step |
!claat-create-example-step |
Create an Example Codelab Step |
!claat-create-parts-list |
Create a Parts List |
!claat-infobox |
Add a positive style info box |
!claat-infobox-negative |
Add a negative style info box |
!claat-download-button |
Add a download link |
The plan is to intgrate this into the claat workflow in the future by allowing building of the codelab within vscode. Watch this space!
Issues should be reported in the project issue tracker.
Steven Gray - 08-04-2020