Skip to main content
t_j_l
Associate II
November 6, 2025
Question

Regarding the optimization of hexadecimal value display

  • November 6, 2025
  • 2 replies
  • 159 views

In STM32CubeIDE for Visual Studio Code, it is recommended to add a feature that, when the mouse hovers over a hexadecimal value, the corresponding decimal value can be displayed.833409a7-65a4-4e05-bdbc-9e22580c20b7.png

2 replies

Florent V
ST Employee
November 6, 2025

Hi,

Thanks for the feedback, we have created an internal ticket for this feature.

Kind Regards,

Flo

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Andrew Neil
Super User
November 6, 2025

@t_j_l wrote:

when the mouse hovers over a hexadecimal value, the corresponding decimal value can be displayed.


And other formats; eg,

  • signed/unsigned
  • ASCII
  • etc ?
A complex system that works is invariably found to have evolved from a simple system that worked.A complex system designed from scratch never works and cannot be patched up to make it work.