Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Celerik ScaffolderNew to Visual Studio Code? Get it now.

Celerik Scaffolder

Celerik

|
5 installs
| (0) | Free
Extension for VSCode that helps to automate code generation through scaffolding
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Celerik Scaffolding

An extension to improve and speed up the creation of files in our projects.

Install

Install via Extension Marketplace

Usage

To create files with our extension is necessary:

  • Install the extension
  • Right click on a folder of the project (any, it does not affect the selected folder)
  • Select one of the local or remote templates in the list
  • Replace the variables found in the config.json file with the name you want to assign to it at the time of file creation
  • Click on generate
  • The files will be created following the path found inside the template, that is why each template must have the folder structure where you want them to be created, for example src/components

Demo

Settings

Local

  • You must store all your local templates in a folder called "scaffolding" at the root of your workspace.
  • Each template must have the config.json file with the list of all the variables to be replaced in the files.

Demo

Remote

  • You must configure the URL from which you want to download your templates, by default you will find our Celerik URL from which you can access our public templates. The URL is the same as the one used to clone the project
  • Each template should have the same structure as the local templates, with the config.json file indicating the variables to be replaced.
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft