Skip to content

Releases: CodecoolBase/projectify-vscode-snippets

v1.1.12

02 Jan 03:06

Choose a tag to compare

Fix:

  • markdown language switch missing language variants added

v1.1.2

02 Jan 00:15

Choose a tag to compare

First GitHub release.

Features

project.yaml

  • proj-meta: generating project.yaml body

tasks.yaml

  • task: creates a task with all necessary attributes
  • req: creates a requirement for a task
  • general: creates GENERAL requirement block

course.yaml

  • group: generates a group node
  • proj: generates a project node
  • tut: generates a tutorial node, id automatically parsed to label
  • mile: generates a milestone node, id automatically parsed to label

Inside markdown files

  • comps: creates competencies block
  • link-yt: youtube link with thumbnail image
  • link-in: inner link reference to our materials, icon type selectable
  • link-out: outer link
  • link-vid: video link
  • if-lang: Project language switch in case of multi-language projects
  • img: image
  • code: Syntax highlighted code block
  • uml: basic plant uml template for class diagram
  • quiz: creates an empty quiz without questions
  • quiz-q: question template inside a a quiz block
  • tutorial: generates a skeleton for a tutorial page