You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated to rust-analyzer 0.4.1531-standalone (f6e3a87bf 2023-05-27) and noticed that the size numbers when you hover over a type are now in hexadecimal:
structRectData// size = 0x14, align = 0x4
I find decimal numbers much easier to read, and would like a setting that allows you to change the format back to what it used to be.
The text was updated successfully, but these errors were encountered:
I think there should be a config variable for each item (size, align, and offset) with options hex, decimal, both, and nothing. And for the default I think the following works:
I just updated to rust-analyzer
0.4.1531-standalone (f6e3a87bf 2023-05-27)
and noticed that the size numbers when you hover over a type are now in hexadecimal:I find decimal numbers much easier to read, and would like a setting that allows you to change the format back to what it used to be.
The text was updated successfully, but these errors were encountered: