GithubHelp home page GithubHelp logo

lv777f / gitmoji-vscode Goto Github PK

View Code? Open in Web Editor NEW

This project forked from seatonjiang/gitmoji-vscode

0.0 0.0 0.0 528 KB

๐Ÿ˜œ An emoji tool with your git commit messages for VS Code

Home Page: https://marketplace.visualstudio.com/items?itemName=Vtrois.gitmoji-vscode

License: MIT License

TypeScript 100.00%

gitmoji-vscode's Introduction

About

English | ็ฎ€ไฝ“ไธญๆ–‡

About

This project provides an easy solution for using Gitmoji from VSCode Extension. gitmoji-vscode solves the hassle of searching through the gitmoji list. Includes a bunch of options you can play with! ๐ŸŽ‰

Install

  1. Open Visual Studio Code
  2. Press Ctrl+Shift+X to open the Extensions tab
  3. Type Gitmoji to find the extension
  4. Click the Install button, then the Enable button

Configuration

Select output type

  • outputType - Configure the type of emoji output as needed. Default is emoji

For emoji type:

emoji

For code type:

code

Sample configuration:

{
  "gitmoji.outputType": "emoji"
}

Notice: If you use Gitlab or Coding, type emoji, if you use Github, you can type code or emoji.

Add configurable additionnal emojis

  • additionalEmojis - Add configurable additionnal emojis.

Sample configuration:

{
  "gitmoji.additionalEmojis": [
    {
      "emoji": "๐Ÿ›",
      "code": ":bug:",
      "description": "Fix a bug.",
      "description_zh_cn": "ไฟฎๅค BUG"
    },
    {
      "emoji": "๐Ÿš‘",
      "code": ":ambulance:",
      "description": "Critical hotfix.",
      "description_zh_cn": "็ดงๆ€ฅ็ƒญไฟฎๅค"
    }
  ]
}

Notice: description_zh_cn is a chinese (zh_CN) version of the description. If empty, the english description will be used.

Only use your additionnal emojis

  • onlyUseAdditionalEmojis - Use your additional emojis instead the ones from the extension.

Sample configuration:

{
  "gitmoji.onlyUseAdditionalEmojis": true
}

Search gitmoji by emoji code

  • showEmojiCode - Enable searching gitmojis by emoji code (example: ambulance will return hotfix).

Sample configuration:

{
  "gitmoji.showEmojiCode": true
}

License

The code is available under the MIT license.

gitmoji-vscode's People

Contributors

seatonjiang avatar xeloader avatar ewen-lbh avatar hector-98 avatar kevtan avatar will-stone avatar

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.