tomasr / viasfora

A Visual Studio Extension containing miscellaneous improvements to the editor.
Other
557 stars 91 forks source link

Triangle brackets support for C++ #291

Open neversleeping opened 4 years ago

neversleeping commented 4 years ago

Can you add color highlighting for <>? It will be really useful for modern C++ code because templates are going crazy sometimes in modern cpp. For example, I saw some SFINAE code that almost impossible to read without <> coloring.

HO-COOH commented 4 years ago

Yes PLEASE make it happen! It will be so nice

Mrkol commented 2 years ago

Second this! Another modern-C++ related feature that would be nice is coloring double brackets with the same color, e.g. [[nodiscard]] and decltype((var)) look way too colorful right now.

miitors-tbm commented 1 year ago

+1 for triangle bracket support, but for C#, as well.