voldikss / coc-extensions

🌸 Collections of coc.nvim extensions maintained by @voldikss
122 stars 6 forks source link

Moonshot: rikaichan #23

Closed teto closed 4 years ago

teto commented 5 years ago

Seeing your plugin reminded me of this extension https://addons.mozilla.org/en-US/firefox/addon/rikaichamp/ which I am fond of, basically when you hover over a japanese/chinese word, a popup opens with the meanings/pronunciation of the kanji and the differents words that can be created from the neighboring kanjis.

I would love to have this kind of behavior in vim, i.e., having a popup that translates the kanji (and the compositions with its surrounding) next to the cursor.

It might be out of scope for you but I thought I would mention it anyway. Feel free to close if that's the case.

voldikss commented 5 years ago

It's a pretty cool idea which I have seen and experienced in VSCode. Sadly I will be busy with other stuff near future. So it would be best to leave this issue open and see if someone can help implement it.

voldikss commented 5 years ago

BTW, @teto I wonder the issue you mentioned in #9 still exist or has gone away

teto commented 5 years ago

thanks for being open minded, I answered on the other issue (spoiler: the issue still exists)

voldikss commented 4 years ago

I've add an option translator.enableHover for that.