Are there any items required in the context menu of the variable view? #119
Replies: 7 comments 10 replies
-
I need to display value in both decimal and hex very often, usually because AHK displays decimal values and spy tools usually display hwnd in hex |
Beta Was this translation helpful? Give feedback.
-
Sometimes I need conversion to/from binary and would be nice to have option to display binary with and without spaces |
Beta Was this translation helpful? Give feedback.
-
Yes, but I would prefer spaces on the byte boundaries: |
Beta Was this translation helpful? Give feedback.
-
To me it does. I might use leading zeros when aligning numbers on top of each other: To me, the spaces are a visual aid like commas: |
Beta Was this translation helpful? Give feedback.
-
Windows Calculator seems to ignore leading zeros when formating octal; but includes leading zeros for binary, so I find there is no "standard": |
Beta Was this translation helpful? Give feedback.
-
@SAbboushi See here for details. |
Beta Was this translation helpful? Give feedback.
-
Great!! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Starting with version 1.49 of vscode, can now customize the items in the context menu of the variable view.
If there are any items you would like to see added, please comment.
Plan 1:
Copy Raw Value
Convert as follows.
displayed value:
raw value:
Plan 2:
Copy as Binary
,Copy as Decimal
,Copy as Hex
Convert and copy to binary/decimal/hexadecimal respectively.
This may not be used very often, but will be implemented if requested.
Beta Was this translation helpful? Give feedback.
All reactions