Efficiency Tools - [IDEA Plugin] - Color Highlighter

作者:程序员罗尼 | 发布:2023-03-16 | 原文:https://mp.weixin.qq.com/s/DzJUdFklviitCoatUdmqlA


Pain point

Sometimes we need to verify that the color setting for text is correct.

But it's hard to know what the color looks like for specific RGB value such as #E02020 or #FFC534.

It may take time to search for it on browser, which is not efficient.

Solution

Here is an IDEA plugin named Color Highlighter to solve this issue.

If we installed this plugin, the RGB value in text editor will be marked as corresponding color.

Here is what it looks in my IDEA.

It's very easy to know what the color looks like exactly.

Hope it's helpful to you.

END