Giter Site home page Giter Site logo

adrieankhisbe / vscode-emojisense Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mattbierner/vscode-emojisense

1.0 2.0 0.0 2.16 MB

Emoji Autocomplete Plugin For VSCode

Home Page: https://marketplace.visualstudio.com/items?itemName=bierner.emojisense

License: MIT License

TypeScript 78.73% JavaScript 21.27%

vscode-emojisense's Introduction

Adds suggestions and autocomplete for emoji to VS Code.

Example

Inspired by the Atom autocomplete+ emojis suggestions plugin.

Features

  • Quickly insert emoji using the :smile: syntax supported by Github and many other sites
  • Insert emoji markup by typing ::
  • Enable and control emoji completion settings per language
  • See emoji previews of :smile: style markup inline
  • Can be enabled in VS Code's SCM (git) input box.
  • Provide an emoji picker to select and insert an emoji in the editor or terminal. To access the picker, run the Emojisense: Pick an emoji command, or use the default keybindings:
    • Mac: cmd + i
    • Linux: ctrl + alt + i
    • Windows: ctrl + i

List of supported emoji

General Configuration

  • emojisense.unicodeCompletionsEnabled: Enable completions that insert emoji as unicode, i.e. :smile_cat: -> ๐Ÿ˜ธ

  • emojisense.markupCompletionsEnabled: Enable completions that insert emoji markup, i.e. ::smile_cat -> :smile_cat:

  • emojisense.showOnColon: Should emoji completions automatically be shown when you type a colon? Enabled by default. If you disable showOnColon, it is recommended that you have quickSuggestions enabled.

  • emojisense.emojiDecoratorsEnabled: Show emoji decorators inline for :smile_cat: markup in a file? Enabled by default in markdown.

Per Language Configuration

Emojisense is enabled by default in markdown, git commits, and plaintext files. You can enable it in other languages using "emojisense.languages"

"emojisense.languages": {
    "markdown": true,
    "plaintext": false,
    "json": true,
    "scminput": true // language used in the source control commit message box
}

The language keys here come from VS Code's list of language identifiers

You can also change the settings for each language. Here's the default emojisense configuration for example:

"emojisense.languages": {
    "markdown": true,
    "plaintext": {
        "markupCompletionsEnabled": false,
        "emojiDecoratorsEnabled": false
    },
    "scminput": true // language used in the source control commit message box
}

Whenever a value is left unspecified, the top level setting is used instead. In this case, markdown files will fallback to use the top level emojisense.unicodeCompletionsEnabled and emojisense.markupCompletionsEnabled settings, while plaintext files will have markupCompletionsEnabled disabled and fallback to the emojisense.unicodeCompletionsEnabled setting

Credits

vscode-emojisense's People

Contributors

mattbierner avatar mjbvz avatar adrieankhisbe avatar dependabot[bot] avatar usernamehw avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar  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.