Sublime Forum

Custom-defined-types highlighting in Sublime Text

#1

I am looking for a configuration/combination of plugins + clang (or any other parser) that can allow sublime text to highlight all custom defined types just like it highlights native types such as int, double, char, etc. More specifically I guess the exact implementation would be to traverse all included files (both custom written ones and compiled libraries) and find the names of all defined classes, structs and typedefs and highlight them as types in the rest of the source code.

Do similar configurations exist for other languages such as python, javascript, java?

1 Like