Sublime Forum

Analog of Vim color_coded plugin

#1

There is great color_coded plugin for Vim (https://github.com/jeaye/color_coded). On its page you can see the before/after difference in coloring of C++ source code. I like the way it assigns distinct color no namespace names, types, function names, variable names. Its functionality is based on clang.

I tried to achieve the same effect with Sublime Text plugins and color schemes but without luck. I tried several color schemes, I also installed the language server protocol support plugin. Nothing works for me: namespaces, types, variables are all the same color. Another issue is when I have typedef: in typedef declaration the name is one color, in the following usage the name is in another color.

Is there any Sublime Text analog of Vim’s color_coded plugin?

0 Likes