izhangzhihao / intellij-rainbow-fart

🌈一个在你编程时持续夸你写的牛逼的扩展,可以根据代码关键字播放贴近代码意义的真人语音。Inspired by vscode-rainbow-fart
https://plugins.jetbrains.com/plugin/14543-rainbow-fart
MIT License
511 stars 23 forks source link

Detect keywords rather than any text #27

Open JerryLife opened 4 years ago

JerryLife commented 4 years ago

She speaks when I type CIFAR10 or forward because of recognizing IF or for. That shouldn't have happened. Only the keywords rather than any text should be able to trigger the voice.

izhangzhihao commented 4 years ago

Right! The keyword should only triggered by the code rather not comments/variable names or something else