just found one little hickup.
When I tooltip over the enum class type, the tooltip shows 2 things :
enum Foo {}
class Foo {}
where it should only show :
enum class Foo {}
Note from time to time, it only says enum Foo. A bit weird.
NOtice something else, when hovering over a struct it also says :
class FooStruct, where I guess we should say : struct FooStruct , right ?