Releases: maziac/hex-hover-converter
Releases · maziac/hex-hover-converter
Large numbers and immediate
Negative first
In order to install this version in vscode use the command palette (F1) "Extensions: Install from VSIX..." and install the .vsix file below.
Changes:
- Better Verilog support. Also d supported.
- Changed order of display (negative numbers first).
Verilog
In order to install this version in vscode use the command palette (F1) "Extensions: Install from VSIX..." and install the .vsix file below.
Changes:
- Feature request #3: Support for SystemVerilog number format, hex and binary formats are supported now (e.g. 'h7F123A).
- Allows now underscores to be separators for the hex number, e.g. 0xAABB_CCDD.
Binary Separator
- Fixed accuracy problem for very large numbers. Issue #2.
- Showing binary values now with separator for better readability.