All Projects → KnisterPeter → Vscode Commitizen

KnisterPeter / Vscode Commitizen

Licence: mit
Visual Studio Code Commitizen Support

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Vscode Commitizen

Electron React Typescript Webpack Boilerplate
Pre-configured boilerplate for Electron + React + TypeScript + Webpack
Stars: ✭ 146 (-8.18%)
Mutual labels:  vscode
Vscode Open In Github
Extension for Visual Studio Code which can be used to jump to a source code line in Github, Bitbucket, GitLab and Visualstudio.com
Stars: ✭ 151 (-5.03%)
Mutual labels:  vscode
Vscode Codeql
An extension for Visual Studio Code that adds rich language support for CodeQL
Stars: ✭ 154 (-3.14%)
Mutual labels:  vscode
Vscode Gist
vscode extension for quick gists
Stars: ✭ 146 (-8.18%)
Mutual labels:  vscode
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+1369.81%)
Mutual labels:  vscode
Gatsby Personal Starter Blog
Gatsby starter for a personal site & blog
Stars: ✭ 153 (-3.77%)
Mutual labels:  vscode
Snappy
snAppy is a VS Code extension coupled with an interactive view to support your React front-end delivery.
Stars: ✭ 144 (-9.43%)
Mutual labels:  vscode
Aura Theme
💅 A beautiful dark theme for your favorite apps.
Stars: ✭ 159 (+0%)
Mutual labels:  vscode
Haskelly
Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
Stars: ✭ 151 (-5.03%)
Mutual labels:  vscode
Vscodethemes
Themes for Visual Studio Code
Stars: ✭ 155 (-2.52%)
Mutual labels:  vscode
Browser Preview
🎢Preview html file in your default browser
Stars: ✭ 148 (-6.92%)
Mutual labels:  vscode
Vscode Dev Containers
A repository of development container definitions for the VS Code Remote - Containers extension and GitHub Codespaces
Stars: ✭ 2,715 (+1607.55%)
Mutual labels:  vscode
Nvcode
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 6,714 (+4122.64%)
Mutual labels:  vscode
Vsnotes
Simple VS Code extension for plain text note taking.
Stars: ✭ 146 (-8.18%)
Mutual labels:  vscode
Vscode Markdown
Markdown All in One
Stars: ✭ 2,113 (+1228.93%)
Mutual labels:  vscode
Latex Utilities
An add-on to LaTeX Workshop that provides some features that go beyond the bare essentials
Stars: ✭ 142 (-10.69%)
Mutual labels:  vscode
Metago
MetaGo provides fast cursor movement/selection for keyboard focused users in vscode
Stars: ✭ 151 (-5.03%)
Mutual labels:  vscode
Dance
Make your cursors dance with Kakoune-like keybindings for VS Code.
Stars: ✭ 157 (-1.26%)
Mutual labels:  vscode
Vala Language Server
Code Intelligence for Vala & Genie
Stars: ✭ 156 (-1.89%)
Mutual labels:  vscode
Omnisharp Vscode
Official C# support for Visual Studio Code (powered by OmniSharp)
Stars: ✭ 2,107 (+1225.16%)
Mutual labels:  vscode

vscode-commitizen README

build Marketplace Version Installs renovate badge

This vscode extension adds commitizen support.

Usage

  • Open the command panel (ctrl+shift+p or command+shift+p) and type 'conventional commit'.
  • Select the command and answer the questions afterwards (type, scope, subject, body, breaking changes, closed issues).
  • After the closed issues the commit is done automatically.
  • Note: During answering the questions just hit ESCto cancel the commit.

Configuration

To configure this extension follow cz-customizable and create the required config file. This also read by this extension if configured.

To determine what config to use, the extention will look for a config file in the following places:

  1. a .cz-config.js in the root directory
  2. in package.json to determine the path to the config file:
  "config": {
    "cz-customizable": {
      "config": "test.js"
    }
  }
  1. use the default config
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].