I recently stumbled over the file format .tcc which from what I understand is a way to separate the interface from the implementation when writing template classes in c++
However, Visual Studio does not seem to recognize this format in the way that it does not do any "pretty printing", that will say making keywords blue, types light blue etc.
Is there a way to make visual studio recognize this format and also make intellisense available for it?
The new experience is available by searching for “Find in Files” or “Replace in Files” in Visual Studio search (Ctrl+Q by default). You can also get to these commands with Ctrl+Shift+F and Ctrl+Shift+H respectively.
Ctrl + i - Incremental Search Most developers using Visual Studio are familiar with the “Find dialog” that you can launch by pressing the “Ctrl + F” key within the IDE.
Ctrl + Shift + T.
Follow these steps:
From the Tools menu, click Options.
Expand Text Editor nodes and select File Extension.
Input “tcc” in the Extension textbox, and Select Microsoft Visual Studio 2012 from the Editor list, click Apply and then click Ok.
Edit: In reply to your comment, see this piece of documentation from MSDN in regard to setting Editor options.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With