Standardize your Code Review message

Emoji Code Review is a project to standardize emojis in git messages when you review the code. This extension should provide an easy way to search and copy codes or emojis.

Contribute
import {DomSanitizer} from '@angular/platform-browser';
import {Pipe, PipeTransform} from '@angular/core';

import { icons } from 'feather-icons'; // v4+

@Pipe({ name: 'feather' })
export class FeatherIconsPipe implements PipeTransform {

  constructor(private sanitizer: DomSanitizer) {}

  transform(icon: string, size: number = 24, color: string = 'inherit') {
    return this.sanitizer.bypassSecurityTrustHtml(icons[icon].toSvg({
      width: size,
      height: size,
      color: coolour
    }));
  }
}
John Doe 🚨 Please check variable coolour [line: 15] it should be named color

About our plug-in

Tone is advanced enough, however written feedback creates is tough to convey meaning. when many misunderstandings regarding what sure comments meant, we tend to enforced the Emoji Code. whereas it’s not a substitute for written feedback, we incorporate emoji as associate degree indicator for the type of comment we make whenever we can.

The Emoji Code Review extension to easily search and copy emojis 😜 Emoji Code Review is a project to standardize emojis in git messages when you review the code πŸŽ‰

This extension should provide an easy way to search and copy codes or emojis. It is meant for people who knows which emoji should be used 😈

Reasons Why People Love Emoji Code Review

Dead Simple
Highly Intuitive
Light as a Feather
Blazing Fast
Extensible
Easy Styling

Used by Thousands of Persons

Emoji Code Review is used by several persons around the globe, into small and large companies.

Google Twitter Vue.js reactjs.org Stripe