Code Generation in VSCode

9m
6
people completed
Bookmark
Download
RSS

In any programming language or JavaScript framework, you’ll find yourself writing certain lines of code over, and over… and over again. That can be automated. VSCode uses the idea of snippets to do this. Snippets allow you to define templates that write the boilerplate for you in whenever you need.

You can define your own snippets, download them as a package from the Marketplace or use Emmet (pre-installed) to save time and avoid writing boilerplate or commonly used patterns.

Instructor

Ian Jones

Ian Jones works with React, Ruby on Rails, GraphQL, and a concoction of other JavaScript technologies.

He's excited about web development and functional programming.

Course content (4 lessons)

    illustration for Code Generation in VSCode