zielu / GitToolBox

GitToolBox IntelliJ plugin
GNU General Public License v3.0
604 stars 71 forks source link

[BUG] Commit dialog gitmoji completion can not work on webstorm #461

Closed wangtaicheng closed 1 year ago

wangtaicheng commented 1 year ago

Describe the bug Commit dialog gitmoji completion can not work on webstorm

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior Commit dialog gitmoji completion works on the webstorm like on the idea

Plugin version zielu.gittoolbox (500.0.4+213)

IDE version WebStorm 2022.3.2 Build #WS-223.8617.44, built on January 24, 2023

Runtime version: 17.0.5+1-b653.25 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 10 10.0 GC: G1 Young Generation, G1 Old Generation Memory: 16384M Cores: 12 Non-Bundled Plugins: ideanginx9 (0.1.10) Batch Scripts Support (1.0.13) com.haojiyou.CharAutoReplace (1.6.0) com.shuzijun.markdown-editor (2.0.4) ski.chrzanow.foldableprojectview (1.1.4) com.alibabacloud.intellij.toolkit-intellij (2023.1.1-223) zielu.gittoolbox (500.0.4+213) mobi.hsz.idea.gitignore (4.4.4) izhangzhihao.rainbow.brackets (2023.1.3) pro.bashsupport (3.2.1.223)

Screenshots

webstorm64_MmrJeP9TfS idea64_gkTbz8NOgY

zielu commented 1 year ago

Hi, are you trying to insert 🪶 ? Because it seems to be github-specific one. I use https://gitmoji.dev as reference and it's not there.

image
wangtaicheng commented 1 year ago

When I enter keywords, webstorm cannot prompt which gitmoji to use, but it can prompt and automatically complete moji code in idea. The first two screenshots in front are those that cannot be prompted in webstrom, and the second one is the correct prompt in idea

zielu commented 1 year ago

Ok, I get it now - I'll investigate.

zielu commented 1 year ago

@wangtaicheng did you enable Gitmojis in Preferences > Version Control > GitToolBox / GitToolBox Project

wangtaicheng commented 1 year ago

@wangtaicheng did you enable Gitmojis in Preferences > Version Control > GitToolBox / GitToolBox Project

yes, i get it ,you can close this issue . thanks for your helpful reply .