Code Monkey home page Code Monkey logo

template-generator-vscode's Introduction

Template Generator

This extension helps in creating files and folders easily from defined templates.

Features

  • File template support
  • Folder template support

Usages

Commands

  • Files: New File from Template
  • Template: Open Templates Folder

Default templates path

  • Windows : %HOMEPATH%/.vscode/templates
  • Linux : ~/.vscode/templates
  • Mac : ~/.vscode/templates

Custom fields

  • {__name__} : file name
  • {__author__} : author
  • {__email__} : email
  • {__link__} : link
  • {__date__} : create time
  • {__camelCaseName__} : camelCaseFileName
  • {__pascalCaseName__} : PascalCaseFileName
  • {__snakeCaseName__} : snake_case_file_name
  • {__kebabCaseName__} : kebab-case-file-name
  • {__lowerDotCaseName__} : lower.dot.case.file.name
  • {__delete__} : empty string

You can define the name displayed on the template selector, like:

  • {__name__.python}.py

Example

File name :

{__name__.python}.py

File content :

#!/usr/bin/env python
# -*- coding: utf-8 -*-
#
# {__name__}.py
# @Author : {__author__} ({__email__})
# @Link   : {__link__}
# @Date   : {__date__}

More Example

Default templates

  • html.html
  • javascript.js
  • lua.lua
  • python.py
  • typescript.ts
  • python Folder

Extension Settings

This extension contributes the following settings:

Settings

  • templateGenerator.templatesPath : Where do you want to save the template Settings
  • templateGenerator.openFileByFileTemplate : Open the file when the file is created by file template
  • templateGenerator.openFilesByFolderTemplate : Open all files when the files is created by folder template

Fileds

  • templateGenerator.fields.author : Custom fields of Template Generator: author
  • templateGenerator.fields.email : Custom fields of Template Generator: email
  • templateGenerator.fields.link : Custom fields of Template Generator: link

Known Issues

Release Notes

For more information

Enjoy!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.