I recently came across a .tcc file format, which, from what I understand, is a way to separate the interface from implementation when writing template classes in C ++
However, Visual Studio does not seem to recognize this format in such a way that it does not produce “beautiful print”, which will mean that the keywords are blue, the types are light blue, etc.
Is there a way to make a visual studio recognize this format, as well as make intellisense available to it?
Abris source share