8000 GitHub - OGoodness/vscode-hoverhex: Provide quick decimal conversion of hexadecimal strings
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 24, 2021. It is now read-only.

OGoodness/vscode-hoverhex

 
 

Repository files navigation

vscode-hoverhex Build Status

Hoverhex displays the decimal value of any valid hex number that the mouse is hovering.

Features

Quickly know the decimal value of a hexadecimal string

Hoverhex is configured to work on any document

0.0.2 - 2018.05.09

Fixed a typo Added travis build badge

0.0.1 - 2018.05.08

Initial release

let newthing = {}
jsonString.map((v) => {
 newthing[v.Offset] = { 'effect': v.Effect, 'comments': v.Comments, 'notes': v["Functional Explanations / Notes"]}
})
console.log(JSON.stringify(newthing, null, 2))

Enjoy!

https://github.com/thegtproject/vscode-hoverhex

About

Provide quick decimal conversion of hexadecimal strings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0