If you have `byte.max` in your code, and you hover over it, you will see `127` If you have `long.max`, you will see a really big number as expected If you have `size_t.max` or `ptrdiff_t.max`, you will see `{...}` It would be good if these fundamental types did show correctly. They're just simple aliases, so I suspect if size_t/ptrdiff_t don't work, then a whole lot of other things may also not work for the same reason.
This is shown when enabling the DMD based semantic engine in https://github.com/dlang/visuald/releases/tag/v0.51.0-beta1
With the dmd based engine and semantic highlighting the default in Visual D 1.0 I think it can be considered working.