seatonjiang / gitmoji-vscode

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

Feature request: Search by emoji name #48

Closed MatzeKitt closed 1 year ago

MatzeKitt commented 1 year ago

Currently, the emoji name is not part of the searchable content. E.g. by searching for construction I would assume the emoji for 🏗️ would appear. But unfortunately, it doesn’t. Thus I would like to include the emoji names to be searchable, too.

seatonjiang commented 1 year ago

Hi @MatzeKitt, I'm sorry to reply to you only today, the feature you described has been implemented, but this feature needs to be turned on in the settings (gitmoji.showEmojiCode), it is off by default.

image

image

image

MatzeKitt commented 1 year ago

Ah great! Thank you. 🙂