mateuszchudyk / vscode-hexinspector

Visual Studio Code extension that provides fast and easy way to peek other forms of a hexadecimal value.
https://marketplace.visualstudio.com/items?itemName=mateuszchudyk.hexinspector
MIT License
15 stars 6 forks source link

format enums too #16

Open mrx23dot opened 3 months ago

mrx23dot commented 3 months ago

When I have an enum in C:

..
  CMD_setCadParams = 0x88,
..

it shows it as (enum <unnamed>)CMD_setCadParams = 136

hex format too would be nice here.