Giter VIP home page Giter VIP logo

vscode-emoji-snippets's Introduction

Emoji-Snippets ๐Ÿš€

Emoji Snippets helps developers to insert emoji on their files. You can use these emoji in PHP,HTML,JS,CSS,React and more !!! ๐Ÿ˜Ž

๐Ÿ˜€ ๐Ÿ˜ƒ ๐Ÿ˜„ ๐Ÿ˜ ๐Ÿ˜† ๐Ÿ˜… ๐Ÿคฃ ๐Ÿ˜‚ ๐Ÿ™‚ ๐Ÿ™ƒ ๐Ÿ˜‰ ๐Ÿ˜Š ๐Ÿ˜‡ ๐Ÿฅฐ ๐Ÿ˜ ๐Ÿคฉ ๐Ÿ˜˜ ๐Ÿ˜— ๐Ÿ˜š ๐Ÿ˜™ ๐Ÿ˜‹ ๐Ÿ˜› ๐Ÿ˜œ ๐Ÿคช ๐Ÿ˜ ๐Ÿค‘ ๐Ÿค— ๐Ÿคญ ๐Ÿคซ ๐Ÿค” ๐Ÿค ๐Ÿคจ ๐Ÿ˜ ๐Ÿ˜‘ ๐Ÿ˜ถ ๐Ÿ˜ ๐Ÿ˜’ ๐Ÿ™„ ๐Ÿ˜ฌ ๐Ÿคฅ ๐Ÿ˜Œ ๐Ÿ˜” ๐Ÿ˜ช ๐Ÿคค ๐Ÿ˜ด ๐Ÿ˜ท ๐Ÿค’ ๐Ÿค• ๐Ÿคข ๐Ÿคฎ ๐Ÿคง ๐Ÿฅต ๐Ÿฅถ ๐Ÿฅด ๐Ÿ˜ต ๐Ÿคฏ ๐Ÿค  ๐Ÿฅณ ๐Ÿ˜Ž ๐Ÿค“ ๐Ÿง ๐Ÿ˜• ๐Ÿ˜Ÿ ๐Ÿ™ ๐Ÿ˜ฎ ๐Ÿ˜ฏ ๐Ÿ˜ฒ ๐Ÿ˜ณ ๐Ÿฅบ ๐Ÿ˜ฆ ๐Ÿ˜ง ๐Ÿ˜จ ๐Ÿ˜ฐ ๐Ÿ˜ฅ ๐Ÿ˜ข ๐Ÿ˜ญ ๐Ÿ˜ฑ ๐Ÿ˜– ๐Ÿ˜ฃ ๐Ÿ˜ž ๐Ÿ˜“ ๐Ÿ˜ฉ ๐Ÿ˜ซ ๐Ÿ˜ค ๐Ÿ˜ก ๐Ÿ˜  ๐Ÿคฌ ๐Ÿ˜ˆ ๐Ÿ‘ฟ

Vscode Emoji Snippets

Usage ๐Ÿ“

You can download extension from https://marketplace.visualstudio.com/items?itemName=devzstudio.emoji-snippets or Open Visual Code -> Extensions -> Search for emoji snippets -> Install

Start typing with : followed by emoji name. eg :fire You can find the name of emoji from Emojipedia.org

Features

Simple, Easy to use extension ๐Ÿš€

For example if want to insert happy emoji just type :happy

Tip: If you want to include emoji in comment then add this line in user settings ๐Ÿ”ฅ "editor.quickSuggestions.comments": true

Emojis ๐Ÿ˜

Smileys & People : https://emojipedia.org/people/

Animals & Nature : https://emojipedia.org/nature/

Foor & Drink : https://emojipedia.org/food-drink/

Activity : https://emojipedia.org/activity/

Travel & Places : https://emojipedia.org/travel-places/

Objects : https://emojipedia.org/objects/

Symbols : https://emojipedia.org/symbols/

Flags : https://emojipedia.org/flags/

Changelog

1.1.1

Show emoji in snippet/autocomplete description.

1.1.0

Vuejs Support

1.0.0

Initial release of emoji snippets

Enjoy! ๐ŸŽ‰๐ŸŽŠ

vscode-emoji-snippets's People

Contributors

ardemius avatar drfr0st avatar faabiopontes avatar jp1016 avatar matfire avatar pjijin avatar theogf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

vscode-emoji-snippets's Issues

Doesn't work on VSCode Version: 1.84.2 (Universal)

This Extension doesn't work at all on my machine:

macOS 14.1.2 (23B92)
VSCode Version: 1.84.2 (Universal)

It doesn't show any emojis or any suggestions. It doesn't show emojis in VSCode Preview (for Markdown)

Support for Julia

Julia has really good emoji support, would it be possible to support it?

why $1?

I was wondering why you add $1 to each item of the snippet list? I removed them all to get a cleaner snippet insertion to my point of view.

In your instruction

Hello! Thanks for creating this extension!

In your instructions you write:

Tip: If you want to include emoji in comment then add this line in user settings ๐Ÿ”ฅ "editor.quickSuggestions.comments": true

but it's actually

"editor.quickSuggestions": true,

at least on my computer. I'm on a Pixelbook running VS Code.

If it's always the case, might want to update the 'Tip'.

Many thanks!

Gets in the way when writing css

I think the snippets intelligence should be activated only if the user enters two :: in their code instead of one : to avoid it getting in the way of Writing some good code especially css. Excellent snippets btw.

Some emoji are unrecognized

Example: โš ๏ธ (: warning :) is unrecognized, using the suggested :warning-sign: yields a black on white emoji.

Suggestion show up without typing the colon

This happens no matter what the file extension is.

image

  1. My VSCode settings.json (highlighted items that might affect editor behaviors):
{
  "telemetry.enableTelemetry": false,
  "telemetry.enableCrashReporter": false,
  "window.zoomLevel": 0,
+  "editor.suggestSelection": "first",
+  "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
  "workbench.colorTheme": "GitHub Dark",
+  "gitlens.hovers.currentLine.over": "line",
  "workbench.sideBar.location": "left",
+  "javascript.updateImportsOnFileMove.enabled": "always",
  "git.autofetch": true,
  "workbench.iconTheme": "vs-seti",
  "editor.fontFamily": "'IBM Plex Mono', Menlo, Monaco, 'Courier New', monospace",
  "terminal.external.osxExec": "iTerm.app",
  "terminal.integrated.enableBell": true,
  "todo-tree.tree.showScanModeButton": false,
+  "javascript.validate.enable": false,
+  "editor.tabSize": 2
}
  1. My enabled extensions (highlighted items that might affect editor behaviors):
+ chenxsan.vscode-standardjs
codezombiech.gitignore
+ DavidAnson.vscode-markdownlint
deerawan.vscode-dash
+ devzstudio.emoji-snippets
+ eamodio.gitlens
GitHub.codespaces
GitHub.github-vscode-theme
+ Gruntfuggly.todo-tree
humao.rest-client
+ jmsv.JavaScriptSnippetsStandard
jsayol.firebase-explorer
msjsdiag.debugger-for-chrome
+ octref.vetur
+ sdras.vue-vscode-snippets
+ sysoev.language-stylus
+ VisualStudioExptTeam.vscodeintellicode
WakaTime.vscode-wakatime

Can't get right with "Check Box with Check"

I inserted emoji to my file and most of them was fine showing as expected. However, I got the incorrect result when using โ˜‘๏ธ. I copied โ˜‘๏ธ and pasted into my file. It showed like this.

image

Do you know what is the reason? How can I get over this?

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.