seatonjiang / gitmoji-vscode

Gitmoji tool for git commit messages in VSCode
https://marketplace.visualstudio.com/items?itemName=seatonjiang.gitmoji-vscode
MIT License
276 stars 29 forks source link

Feature Request: Filter emojis by name #9

Closed dnlek closed 3 years ago

dnlek commented 4 years ago

Before using extension i typed all the emoji names by hand :ambulance: etc... It would be cool to be able to find gitmoji on the list by typing ambulance

seatonjiang commented 4 years ago

image

Hi @dnlek Are you referring to the shortcode for entering emoji here, e.g. ambulance? As you know, I've been doing a lot of offline work in recent months due to COVID-19, such as volunteering at the hospital, so I'm very sorry that I haven't dealt with this issue during this time.

dnlek commented 4 years ago

Hey @seatonjiang - no worries - plugin is super cool and work at hospital is much more improtant than this feature :)

About the feature - correct. ATM if i type ambulance in that field - it won't show me anything. Would be cool if i could type fire, ambulance or other emoji name to filter them. Sometimes i am having hard time to find it by provided description. So in attached screenshot - it would show me 🚑 Critical hotfix

image

seatonjiang commented 3 years ago

Hi @dnlek , this issue has been added in version 1.0.2 and we thank @xeloader for contributing the PR.

image

dnlek commented 3 years ago

Great :) Thanks @seatonjiang @xeloader Waiting for update in vscode :)

seatonjiang commented 3 years ago

@dnlek The version has been updated, please update in VSCode

dnlek commented 3 years ago

Hey - I wanted to check it out but i must be doing something wrong. I checked for updated in vscode but i see none. I have vscode 1.51.1 and gitmoji plugin in version 1.0.3 but when i open up gitmoji list and type ambulance - nothing shows up. image

seatonjiang commented 3 years ago

@dnlek This feature is disabled by default and needs to be configured to be turned on.

image

dnlek commented 3 years ago

oh right - thanks @seatonjiang now it's working like a charm! :) Thank you very much!