tomasr / viasfora

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

Custom keywords #340

Open neumatho opened 1 year ago

neumatho commented 1 year ago

Hi,

It would be great, if it is possible to define your own keywords which have their own color.

Regards Thomas

tomasr commented 1 year ago

Interesting suggestion. Do you have any examples as to what you'd want to do with this?

neumatho commented 1 year ago

Sure. I have ported different libraries from C to C#, because I need them in my own project. When doing so, I define some global usings holding the data types, e.g. int32_t, uint8_t etc., so I can use the same names as the original code. It is those data types I want to color differently.