I don't know if it was reported already, a quick search brought no results:
[Flags]
enum TestFlag
{
None = 0,
A = 1,
B = 2,
C = 4
}
The above code snippet is missing the attributes in VA Outline.
I don't mind if the attributes aren't displayed at all, but they should be taken into account when using the functions SurroundWith and SelectInEditor.
Just my 2 cents