Coder Social home page Coder Social logo

vscode-batch's People

Contributors

thimmy687 avatar

Watchers

 avatar  avatar

vscode-batch's Issues

Add basic snippets

  • FOR loop
  • IF block's
    • IF DEFINED
    • IF NOT DEFINED -> SET
    • IF EXIST
    • IF NOT EXITS
  • CLEAN folder -> IF EXIST remove and create dir
  • SUBROUTINES with body end exit /b
  • Some common templates
@ECHO OFF

REM ============================================================================
REM =    Example.bat
REM =   
REM =    Description of Example.bat
REM =
REM =    Example usage
REM =    ...
REM =    Parameter
REM =                ARG1  -  Description
REM =                ARG2  -  Description
REM =    Dependencies
REM =        ENV_ARG1  -  Description
REM =        ENV_ARG2  -  Description
REM =
REM ============================================================================


EXIT /b

Block not in single line

All block's shall formatted as multiline with brackets

e.g.:

IF NOT DEFINED ARG (
    SET ARG=MY_ARG
) 

over
` ``
IF NOT DEFINED ARG SET ARG=MY_ARG

Format Document / Selection

The format feature shall apply all defined common settings

e.g. remove trailing white spaces, remove not necessary intendations, ...

Dev environment checker

Write a powershell script, what scan's you system for required tools and installs missing on request.

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.