Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
colin-grant-work opened this issue Feb 13, 2024 · 4 comments
Assignees

Comments

@colin-grant-work
Copy link
Contributor

colin-grant-work commented Feb 13, 2024

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
Copy link
Contributor

planger commented Feb 15, 2024

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
Copy link
Contributor

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
Copy link
Contributor

planger commented Feb 20, 2024

Please also see #74 regarding the scope of the hover ("word") and let us know if this matches your plans. Thank you!

@planger
Copy link
Contributor

planger commented Mar 26, 2024

I've extracted the requirement to switch the format for the entire memory data into an own issue (#118). Thus, unless you disagree @gbodeen, we can close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants