eclipse-cdt-cloud / vscode-memory-inspector

vscode memory inspector
https://open-vsx.org/extension/eclipse-cdt/memory-inspector
Eclipse Public License 2.0
6 stars 10 forks source link

Display of different data representations (decimal, octal, binary, float, double, signed vs unsigned, etc) #66

Open colin-grant-work opened 7 months ago

colin-grant-work commented 7 months ago

In the Theia extension, there was a hover system that (among other things) displayed data in different formats. That should be reimplemented in the VSCode plugin.

planger commented 7 months ago

Should we also add another setting users could use to specify the format of the memory data column? We are happy to look into that as an addition to the hover. What do you think?

thegecko commented 7 months ago

Should we also add another setting users could use to specify the format of the memory data column? We are happy to look into that as an addition to the hover. What do you think?

This sounds sensible. Could be a setting per window with a default format in the extension settings.

planger commented 6 months ago

Please also see https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/74 regarding the scope of the hover ("word") and let us know if this matches your plans. Thank you!

planger commented 5 months ago

I've extracted the requirement to switch the format for the entire memory data into an own issue (https://github.com/eclipse-cdt-cloud/vscode-memory-inspector/issues/118). Thus, unless you disagree @gbodeen, we can close this issue.