Getting Started
To begin using the Boilerplate Templater extension, follow these steps:
-
Install the extension from the Visual Studio Code Marketplace (opens in a new tab).
-
Initialize your workspace:
- Press
Cmd+Shift+P
(orCtrl+Shift+P
on Windows/Linux) to open the command palette. - Search for
Templater: initialize
and select it. - This will create a
.templater
folder in the root directory of your workspace.
- Press