Color.AttributeVisual Studio extension: Color C++ Attributes. Status
DescriptionExtension adds options to overwrite colors of certain C++ Attributes. UsageNew entries will appear in
Preview
LimitationsIn order to provide fast execution, some rare syntax patterns are not supported by extension right now. There are no plans to waive those restrictions until intellisense shall classify C++ attributes. Nested
|
Attribute entry | Type | Color | RGB (0 – 255) |
---|---|---|---|
C++ Attribute | Plain | Dark White | 176, 176, 176 |
assume |
Positive | Green | 176, 224, 128 |
assume : Expression |
Plain | Dark White | 176, 176, 176 |
carries_dependency |
Keyword | Blue | 128, 176, 224 |
deprecated |
Warning | Yellow | 224, 224, 128 |
deprecated : Reason |
String | Red | 224, 128, 128 |
fallthrough |
Flow | Violet | 128, 128, 224 |
likely |
Positive | Green | 128, 224, 128 |
maybe_unused |
Warning | Yellow | 224, 224, 128 |
no_unique_address |
Keyword | Blue | 128, 176, 224 |
nodiscard |
Keyword | Blue | 128, 176, 224 |
nodiscard : Reason |
String | Red | 224, 128, 128 |
noreturn |
Warning | Yellow | 224, 224, 128 |
optimize_for_synchronized |
Keyword | Blue | 128, 176, 224 |
unlikely |
Negative | Red | 224, 128, 128 |
Older versions
2019
- Branch:
2019
- Release:
1.0.2.2+2019
- Download:
Color.Attribute.vsix
- Marketplace:
Color.Attribute (2019)
2017
- Branch:
2017
- Release:
1.0.2.1+2017
- Download:
Color.Attribute.vsix
- Marketplace:
Color.Attribute (2017)