cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding the optimization of hexadecimal value display

t_j_l
Associate

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 2
Florent V
ST Employee

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

@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.